0.0.0 • Published 8 years ago

generator-add v0.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

generator-add NPM version Build Status Dependency Status Coverage percentage

A yeoman generator for adding tools and utilities to existing projects.

Usage

First, install Yeoman and generator-add using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-add

To add a tool to your current project:

yo add

and select from the list of available tools and utilities. Alternatively, you can specify what you want to add via the corresponding sub-generator:

yo add:webpack

License

MIT © Eric Christie