grunt-open : Open urls and files from a grunt task. You can installing grunt-open 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 grunt-open $ sudo npm install -g grunt-open
If want to update the grunt-open package execute the command as below,
$ sudo npm update grunt-open
Update package globally,
$ npm install -g grunt-open
$ sudo git clone https://github.com/rektide/grunt-open.git
$ sudo npm install -g ./grunt-open
grunt-open@0.2.3 /usr/lib/node_modules/grunt-open
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-open
Package Name | grunt-open |
Version | 0.2.3 |
Description | Open urls and files from a grunt task |
Released Date | 2014-01-17T17:37:33.394Z |
Published by | jsoverson |
How to Learn | https://www.npmjs.com/package/grunt-open/tutorial |