yeoman-option-or-prompt : Provides a helper for yeoman generators that wraps the prompt method with code that will exclude any prompts for data that has been supplied via options.. You can installing yeoman-option-or-prompt 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 yeoman-option-or-prompt $ sudo npm install -g yeoman-option-or-prompt
If want to update the yeoman-option-or-prompt package execute the command as below,
$ sudo npm update yeoman-option-or-prompt
Update package globally,
$ npm install -g yeoman-option-or-prompt
$ sudo git clone https://github.com/rektide/yeoman-option-or-prompt.git
$ sudo npm install -g ./yeoman-option-or-prompt
yeoman-option-or-prompt@2.0.0 /usr/lib/node_modules/yeoman-option-or-prompt
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall yeoman-option-or-prompt
| Package Name | yeoman-option-or-prompt |
| Version | 2.0.0 |
| Description | Provides a helper for yeoman generators that wraps the prompt method with code that will exclude any prompts for data that has been supplied via options. |
| Released Date | 2017-04-24T18:44:23.327Z |
| Published by | artefact |
| How to Learn | https://www.npmjs.com/package/yeoman-option-or-prompt/tutorial |