0.6.0 • Published 9 years ago

generator-simple-node-package v0.6.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

generator-simple-node-package Build Status Dependency Status Gitter

start a simple node module project, including CLI

Heavily inspired by how Sindre Sorhus structures his small Node.js modules.

Install

$ npm install --global generator-simple-node-package

Usage

$ yo simple-node-package
[?] What is the name of your module? hello world
[?] Please provide a short description for the project: say hello to the world!
[?] Will this module include a CLI? Yes
   create index.js
   create test.js
   create cli.js
   create readme.md
   create license
   create package.json
   create .editorconfig
   create .gitignore
   create .jshintrc
   create .travis.yml


I'm all done. Running npm install for you to install the required dependencies. If this fails, try running the command yourself.

todo

License

MIT © Matias Singers

0.6.0

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago