The public github repo is going to be the most up to date so check back there when you want to see what is new or up-coming.
A silly name for a package that sets up your Atom editor to be a React powerhouse.
In order to do this I use the atom-package-deps
module from npm to download and install many important packages. If found on the system already then no biggie otherwise I'll take up some of your time installing this on first install. I do not uninstall these packages incase you like these.
There are also a few planned features that I would like to implement when I gather the time to do so. They are listed below.
This package kind of takes over your ATOM install so be warned. You may also want to restart your atom to be "safe".
While I look for a new job I'm going to keep this repo silent. I do have some features that I do want to add, tho.
npm
runner panel
npm
script by just a click (finds your package.json)--watch
your tests as you mutate the codebase.npm
commands should be available (install,git checkout
)git pull
) so you're always up to date with the latest packages.eslint
functionality be a good idea?js-hyperclick
to work more efficantly esp with namespaces (Webpack, Babel plugins)Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.