mv : fs.rename but works across devices. same as the unix utility mv. You can installing mv 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 mv $ sudo npm install -g mv
If want to update the mv package execute the command as below,
$ sudo npm update mv
Update package globally,
$ npm install -g mv
$ sudo git clone https://github.com/rektide/mv.git
$ sudo npm install -g ./mv
mv@2.1.1 /usr/lib/node_modules/mv
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mv
Package Name | mv |
Version | 2.1.1 |
Description | fs.rename but works across devices. same as the unix utility mv |
Released Date | 2015-06-22T22:06:53.771Z |
Published by | superjoe |
How to Learn | https://www.npmjs.com/package/mv/tutorial |