Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Latest commit

 

History

History
101 lines (62 loc) · 2.09 KB

Readme.md

File metadata and controls

101 lines (62 loc) · 2.09 KB

Coveralls – test coverage Travis – build status David – status of dependencies Stability: unstable Code style: airbnb

mve

Move a file or folder. Platform-independent.

Why? For npm scripts.





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

Credits

License

MIT © Studio B12 GmbH