Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (21 loc) · 1.04 KB

readme.md

File metadata and controls

35 lines (21 loc) · 1.04 KB

generator-rdd-nm

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.

Installation and Usage

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.

Acknowledgments

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.

License

MIT © Mrugesh Mohapatra