Atom package for Brunch
This is atom package for Brunch

Installation
apm install brunch-with-atom
Features
- creates new
Brunchskeleton - builds/watches your project using
Brunch - uses different
Brunchversions
How to use
- go to
Packages->Brunch. Selectnew,build,watch,change version(depends on your needs) - run context menu and choose
Brunch new,Brunch build,Brunch watchorBrunch stop(depends on your needs)
Brunch commands will work ONLY in project folder
Commands
Brunch newcreates skeleton from brunch skeletons list
Notice: There is present only skeletons which have aliases in brunch skeletons list
-
Brunch buildbuilds aBrunchproject and places the output intopublicdirectory -
Brunch watchwatchesBrunchapp directory for changes and rebuilds the whole project when they happen. -
Brunch stopstopsbuildorwatchprocess. -
Brunch change versionchanges version ofBrunchdue to selected one.
Notice: After selecting another version you have to wait until
npm installwill be finished for selected version.
For more Brunch doc look here
If you don't have internet connection it will work fine, but without generating skeletons.
##License
MIT © Artem Denysov