move-file-cli

Move a file on the command-line

Usage no npm install needed!

<script type="module">
  import moveFileCli from 'https://cdn.skypack.dev/move-file-cli';
</script>

README

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