gulp-help : Adds a default help task to gulp and provides the ability to add custom help messages to your gulp tasks. You can installing gulp-help 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 gulp-help $ sudo npm install -g gulp-help
If want to update the gulp-help package execute the command as below,
$ sudo npm update gulp-help
Update package globally,
$ npm install -g gulp-help
$ sudo git clone https://github.com/rektide/gulp-help.git
$ sudo npm install -g ./gulp-help
gulp-help@1.6.1 /usr/lib/node_modules/gulp-help
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-help
Package Name | gulp-help |
Version | 1.6.1 |
Description | Adds a default help task to gulp and provides the ability to add custom help messages to your gulp tasks |
Released Date | 2015-08-25T15:20:03.600Z |
Published by | chmontgomery |
How to Learn | https://www.npmjs.com/package/gulp-help/tutorial |