generator-ds-mod

4.0.1 • Public • Published

generator-ds-mod

NPM version Build Status Coverage Status

Code Climate Dependencies DevDependencies

PRs Welcome Commitizen friendly semantic-release

Yeoman Generator for creating Node modules

Usage

Install generator-ds-mod:

npm install -g yo generator-ds-mod

Run 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.md

LICENSE

MIT © Dustin Specker

Package Sidebar

Install

npm i generator-ds-mod

Weekly Downloads

31

Version

4.0.1

License

MIT

Last publish

Collaborators

  • dustinspecker