fs-tools : fs helper utilities (walk, copy, mkdir -p). You can installing fs-tools 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-tools $ sudo npm install -g fs-tools
If want to update the fs-tools package execute the command as below,
$ sudo npm update fs-tools
Update package globally,
$ npm install -g fs-tools
$ sudo git clone https://github.com/rektide/fs-tools.git
$ sudo npm install -g ./fs-tools
fs-tools@0.3.0 /usr/lib/node_modules/fs-tools
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fs-tools
Package Name | fs-tools |
Version | 0.3.0 |
Description | fs helper utilities (walk, copy, mkdir -p) |
Released Date | 2016-09-29T02:30:06.585Z |
Published by | vitaly |
How to Learn | https://www.npmjs.com/package/fs-tools/tutorial |