generator-awesome
v0.1.1
Published
Yeoman Generator for ...
Downloads
84
Readme
Boilerplate Generator Template
A simple Yeoman generator using Git submodules to clone over a boilerplate hosted elsewhere on GitHub.
Getting started
These are a few things you will want to customize:
git submodule add YOUR-REPO-ON-GITHUB app/templates
- README.md: Anywhere you see 'boilerplate' should be customized with the name of the generator you are creating (e.g generator-bill)
- package.json: Customize the repository, author and dependencies.
Usage
- Install Yeoman:
npm install -g yo
- Install the generator locally:
npm install -g generator-boilerplate
- Run:
yo boilerplate
- Start using Boilerplate