move-file-cli

3.0.0 • Public • Published

move-file-cli

Move a file on the command-line

This is a simpler and cross-platform alternative to mv for build scripts, etc.

Install

$ npm install --global move-file-cli

Usage

$ move-file --help

  Usage
    $ move-file <source-path> <destination-path>

  Options
    --no-overwrite  Don't overwrite an existing destination file

  Example
    $ move-file source/unicorn.png destination/unicorn.png

Related

Package Sidebar

Install

npm i move-file-cli

Weekly Downloads

4,853

Version

3.0.0

License

MIT

Unpacked Size

3.13 kB

Total Files

4

Last publish

Collaborators

  • sindresorhus