Scaffold out a node module, but with additional goodies.
This is based of the awesome work by Sindre Sorhus's on his generator-nm, and Kent C. Dodds's on his generator-kcd-oss.
With npm installed, run
$ npm install -g yeoman generator-rdd-nm
$ mkdir my-project && cd my-project
$ yo rdd-nm
Follow the prompts from there.
generator-rdd-nm was inspired by generator-nm and generator-kcd-oss, I admit that I could not resists copying off from the great work done by these awesome people.
MIT © Mrugesh Mohapatra