getenv : Get and typecast environment variables.. You can installing getenv 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 getenv $ sudo npm install -g getenv
If want to update the getenv package execute the command as below,
$ sudo npm update getenv
Update package globally,
$ npm install -g getenv
$ sudo git clone https://github.com/rektide/getenv.git
$ sudo npm install -g ./getenv
getenv@0.7.0 /usr/lib/node_modules/getenv
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall getenv
Package Name | getenv |
Version | 0.7.0 |
Description | Get and typecast environment variables. |
Released Date | 2016-10-06T16:24:14.887Z |
Published by | ctavan |
How to Learn | https://www.npmjs.com/package/getenv/tutorial |