mve
v0.1.2
Published
Move a file or folder. Platform-independent.
Downloads
2,144
Maintainers
Readme
mve
Move a file or folder. Platform-independent.
Installation
$ npm install --global mve
Usage
SYNOPSIS
Usage: mve [options] <source> <target>
OPTIONS
-h --help Print a short synopsis (-h) or this usage info (--help)
EXAMPLES
# Rename a file or directory:
$ mve Readdme.md Readme.md
# Read from a file, then pipe into it:
$ format-json package.json > .temp; mve --force .temp package.json