slush-node-cli

0.1.0 • Public • Published

Slush node-cli Logo

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

Readme

Keywords

Package Sidebar

Install

npm i slush-node-cli

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • afonsopacifer