broccoli-cli

The broccoli command line interface

MIT 2 个版本
安装
npm install broccoli-cli
yarn add broccoli-cli
pnpm add broccoli-cli
bun add broccoli-cli
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-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
版本列表
1.0.0 2015-03-22
0.0.1 2013-12-05