generator-simple-node-package
v0.6.0
Published
start a simple node module project, including CLI
Downloads
5
Maintainers
Readme
generator-simple-node-package
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