gulp-cli : Command line interface for gulp. You can installing gulp-cli 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-cli $ sudo npm install -g gulp-cli
If want to update the gulp-cli package execute the command as below,
$ sudo npm update gulp-cli
Update package globally,
$ npm install -g gulp-cli
$ sudo git clone https://github.com/rektide/gulp-cli.git
$ sudo npm install -g ./gulp-cli
gulp-cli@1.4.0 /usr/lib/node_modules/gulp-cli
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-cli
Package Name | gulp-cli |
Version | 1.4.0 |
Description | Command line interface for gulp |
Released Date | 2017-08-04T20:11:55.591Z |
Published by | phated |
How to Learn | https://www.npmjs.com/package/gulp-cli/tutorial |