Move a file on the command-line
npm install move-file-cli> Move a file on the command-line
This is a simpler and cross-platform alternative to mv for build scripts, etc.
```
$ npm install --global move-file-cli
`
$ move-file --help
Usage
$ move-file
Options
--no-overwrite Don't overwrite an existing destination file
Example
$ move-file source/unicorn.png destination/unicorn.png
``
- move-file - API for this module
- cpy-cli - Copy files on the command-line