generator-ds-mod
v4.0.1
Published
Yeoman Generator for creating Node modules
Maintainers
Readme
generator-ds-mod
Yeoman Generator for creating Node modules
Usage
Install generator-ds-mod:
npm install -g yo generator-ds-modRun yo ds-mod to create a module. ds-mod will ask you some questions:
[?] What is the project name?
[?] What is the project description?
[?] What is your full name?
[?] What is your GitHub username?and will produce:
root/
├── node_modules/
├── src/
│ └── index.js
├── test/
│ └── test.js
├── .editorconfig
├── .eslintrc
├── .gitattributes
├── .gitignore
├── .travis.yml
├── license.md
├── package.json
└── readme.mdLICENSE
MIT © Dustin Specker
