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