Personal
NPM Generator

NPM Generator

A NodeJS CLI package built on EJS templating that allows individuals or organizations to quickly generate consistent boiler-plate code. Shipping with reasonable default templates that are easily customized and updatable. Or roll your own templates from scratch, commit them with your source code and iterate.

1.0 - Yeoman Generator

The first iteration of this package made use of Yeoman for these templates, a powerful code scaffolding tool. Overall I was happy with the limited effort required to get something up and running. I'd recommend you check out the documentation on creating a generator.

2.0 - Built for purpose

Sometimes you just feel like tackling a problem your own way. I wanted to update the package, add tests and adopt TypeScript and the updating Yeoman generator would have been slower so I created this tool to solve a problem.

A customizable CLI tool for code scaffolding