js-extend : A simple extend function based on underscore. You can installing js-extend 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 js-extend $ sudo npm install -g js-extend
If want to update the js-extend package execute the command as below,
$ sudo npm update js-extend
Update package globally,
$ npm install -g js-extend
$ sudo git clone https://github.com/rektide/js-extend.git
$ sudo npm install -g ./js-extend
js-extend@1.0.1 /usr/lib/node_modules/js-extend
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall js-extend
Package Name | js-extend |
Version | 1.0.1 |
Description | A simple extend function based on underscore |
Released Date | 2016-01-12T21:49:41.854Z |
Published by | vmattos |
How to Learn | https://www.npmjs.com/package/js-extend/tutorial |