broccoli-cli
v1.0.0
Published
The broccoli command line interface
Readme
broccoli-cli
Command line interface for Broccoli.
The job of the broccoli command is to load and run the version of Broccoli
you have installed locally to your project, irrespective of its version.
npm install -g broccoli-cliThen from within your project's directory, run the broccoli command.
To run a preview server, type:
broccoli serveTo build your project into the public directory, type:
broccoli build public