david-casagrande / broccoli-clext

Broccoli - Command line application to build, watch (live rebuild) and set broccoli environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broccoli CLExt

Command line utility to build, watch et set your broccoli environment. This project was inspired by broccoli-timepiece.

Usage

npm install -g broccoli-clext
broccoli-clext build destination
broccoli-clext build destination --watch
broccoli-clext build destination --environment=(development|production)
broccoli-clext build --output=destination --environment=(development|production) --watch

--watch uses broccoli-sane-watcher to look for changes in your project.

License

This project is distributed under the MIT license.

About

Broccoli - Command line application to build, watch (live rebuild) and set broccoli environment.

License:MIT License


Languages

Language:JavaScript 100.0%