openurl : Open a URL via the operating system (http: in default browser, mailto: in mail client etc.. You can installing openurl 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 openurl $ sudo npm install -g openurl
If want to update the openurl package execute the command as below,
$ sudo npm update openurl
Update package globally,
$ npm install -g openurl
$ sudo git clone https://github.com/rektide/openurl.git
$ sudo npm install -g ./openurl
openurl@1.1.1 /usr/lib/node_modules/openurl
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall openurl
Package Name | openurl |
Version | 1.1.1 |
Description | Open a URL via the operating system (http: in default browser, mailto: in mail client etc. |
Released Date | 2016-01-21T06:50:21.310Z |
Published by | rauschma |
How to Learn | https://www.npmjs.com/package/openurl/tutorial |