0.0.0 • Published 8 years ago
generator-add v0.0.0
generator-add

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
0.0.0
8 years ago