slush-node-cli

A slush generator for Nodejs CLI programs.

MIT License

Stars
17

Slush Node CLI

A slush generator for Nodejs CLI programs.

How to install and use the generator?

Install the slush:

$ [sudo] npm install -g slush

Install the node-cli generator:

$ [sudo] npm install -g slush-node-cli

Use the generator:

$ mkdir myProgram
$ cd myProgram
$ slush node-cli

The generated program

Stack based in NodeJS:

Folders Structure:

.
 README.md
 LICENSE.md
 CONTRIBUTING.md
 bin/
|    index.js
 src/
|    index.js
 tests/
|    index.js
 package.json
 .editorconfig
 .jshintrc
 .travis.yml
 .gitignore

Automatic Tasks:

  • $ npm test: Run unit tests with mocha.

Versioning

To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.

Contributing

Find on our issues the next steps of the project ;) Want to contribute? Follow these recommendations.

History

See Releases for detailed changelog.

License

MIT License Afonso Pacifer