home-config : Simple library for managing a config file in a users home dir.. You can installing home-config 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 home-config $ sudo npm install -g home-config
If want to update the home-config package execute the command as below,
$ sudo npm update home-config
Update package globally,
$ npm install -g home-config
$ sudo git clone https://github.com/rektide/home-config.git
$ sudo npm install -g ./home-config
home-config@0.1.0 /usr/lib/node_modules/home-config
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall home-config
Package Name | home-config |
Version | 0.1.0 |
Description | Simple library for managing a config file in a users home dir. |
Released Date | 2014-10-20T16:38:04.067Z |
Published by | nylen |
How to Learn | https://www.npmjs.com/package/home-config/tutorial |