goodeggs-assets-cli
CLI tool for goodeggs-assets
![we're hiring](https://img.shields.io/badge/we're_hiring-yes-brightgreen.svg?style=flat-square)
Usage
$ npm install --save-dev goodeggs-assets-cli
$ goodeggs-assets init
$ goodeggs-assets
$ goodeggs-assets --prod
$ goodeggs-assets rollbar
You can also require goodeggs-assets-cli/devtool
from your task runner to automatically start, stop and log the goodeggs-assets
process. For example:
gulp.task 'default', ->
assetsDevtool = require 'goodeggs-assets-cli/devtool'
nodemon = require 'gulp-nodemon'
assetsDevtool.run()
nodemon # snip...
Contributing
$ git clone https://github.com/goodeggs/goodeggs-assets-cli && cd goodeggs-assets-cli
$ npm install
$ npm test
Module scaffold generated by generator-goodeggs-npm.