very-little-cmd
v1.0.5
Published
A really small cli nodejs app to get and show user I/O from the command line.
Downloads
1
Readme
Table of contents
GENERAL INFO
A simple very tiny nodejs cli - helps you to user input from cli and do anything you would like with it.
SETUP
To run this project, install it locally using npm:
npm install very-little-cmd
USAGE
npm install very-little-cmd
var vlc = require('very-little-cmd');
vlc.ask(your question,callback)