promptly : Simple command line prompting utility. You can installing promptly npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install promptly $ sudo npm install -g promptly
If want to update the promptly package execute the command as below,
$ sudo npm update promptly
Update package globally,
$ npm install -g promptly
$ sudo git clone https://github.com/rektide/promptly.git
$ sudo npm install -g ./promptly
promptly@2.2.0 /usr/lib/node_modules/promptly
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall promptly
| Package Name | promptly |
| Version | 2.2.0 |
| Description | Simple command line prompting utility |
| Released Date | 2017-03-27T21:54:40.294Z |
| Published by | satazor |
| How to Learn | https://www.npmjs.com/package/promptly/tutorial |