test-CLI is a template Command Line Interface made with Node-js. Check out the Node-js or Django App Generator at https://github.com/csivitu/CSI-WebApp-Template/.
Node-js (and npm)
MongoDB
This works only for Unix based environments.
cd path/to/directory/test-CLI
npm install
sudo npm linkcd path/to/directory/test-CLI
npm run install-linkNow test-cli can be used globally.
test-cli --version : Gives the version being used
test-cli --help : Shows all commands in a help page
test-cli add : Adds a User to the local MongoDB database.
cd path/to/directory/test-CLI
sudo npm unlink
npm uninstallcd path/to/directory/test-CLI
npm run uninstall-unlink