Yeoman generator
npm install -g yo
git clone https://github.com/rolfwessels/generator-lazy-templates.git
cd generator-lazy-templates
npm link
In future it would be.. but we are not there yet.
npm install -g generator-lazy-templates
Create a new template
mkdir New.ProjectName
cd New.ProjectName
yo lazy-templates
To add a library call
yo lazy-templates:classlib ModuleName
See https://github.com/rolfwessels/generator-lazy-templates/wiki for list of integrated components.