generator-template
v0.0.2
Published
A Yeoman generator for bootstraping projects from templates
Downloads
24
Readme
Generator Template
A Yeoman generator to bootstrap and improve projects from predefined templates.
Getting started
- Make sure you have yo installed:
npm install -g yo
- Install the generator locally:
npm install generator-template
- Run:
yo template [name of a template]
Templates rule the world!
A template
is just a directory, in your machine or remotely fetched (like from a git repository). It will be imported as a node module.
Depending on its configuration, you might be asked some questions. Then, all files in the directory will be copied inside your project
with their content modified (or not) based on your answer.