fs-extended : Extends native fs module with a lot of convenient methods.. You can installing fs-extended 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 fs-extended $ sudo npm install -g fs-extended
If want to update the fs-extended package execute the command as below,
$ sudo npm update fs-extended
Update package globally,
$ npm install -g fs-extended
$ sudo git clone https://github.com/rektide/fs-extended.git
$ sudo npm install -g ./fs-extended
fs-extended@0.2.1 /usr/lib/node_modules/fs-extended
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fs-extended
Package Name | fs-extended |
Version | 0.2.1 |
Description | Extends native fs module with a lot of convenient methods. |
Released Date | 2015-08-09T18:11:52.238Z |
Published by | darsain |
How to Learn | https://www.npmjs.com/package/fs-extended/tutorial |