cash-mv
v0.2.0
Published
Cross-platform implementation of the Unix 'mv' command.
Downloads
850
Maintainers
Readme
cash-mv
This is a cross-platform, 100% ES6 implementation of the Unix mv
command.
npm install cash-mv -g
This will install mv
globally in your system path.
For help on the command, type:
> mv --help
More
This module is part of Cash, a project providing cross-platform implementations of all major Unix-based commands in pure Javascript.
Related
- cash - Main project
- cash-global - Globally install all commands
- vorpal - Cash is built on Vorpal
Individual commands
- cash-cat
- cash-cp
- cash-false
- cash-kill
- cash-ls
- cash-mkdir
- cash-mv
- cash-pwd
- cash-sort
- cash-touch
- cash-true
- cash-rm
License
MIT © David Caccavella