包详细信息

broccoli-cli

broccolijs24.5kMIT1.0.0

The broccoli command line interface

broccoli, cli

自述文件

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-cli

Then from within your project's directory, run the broccoli command.

To run a preview server, type:

broccoli serve

To build your project into the public directory, type:

broccoli build public

更新日志

master

1.0.0

  • Print a helpful message when Broccoli isn't installed

0.0.1

  • Initial release