Node CLI App
Make sure you have nodejs already installed in your local machine.
If you already have configured nodejs, then execute following commands,
npm install && npm link
Use the following command to know all the options,
gitint -h
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
Apache 2.0