Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/b12-archive/mve

Move a file or folder. Platform-independent.
https://github.com/b12-archive/mve

Last synced: 3 months ago
JSON representation

Move a file or folder. Platform-independent.

Lists

README

        

[![Coveralls – test coverage
](https://img.shields.io/coveralls/studio-b12/mve.svg?style=flat-square)
](https://coveralls.io/r/studio-b12/mve)
 [![Travis – build status
](https://img.shields.io/travis/studio-b12/mve/master.svg?style=flat-square)
](https://travis-ci.org/studio-b12/mve)
 [![David – status of dependencies
](https://img.shields.io/david/studio-b12/mve.svg?style=flat-square)
](https://david-dm.org/studio-b12/mve)
 [![Stability: unstable
](https://img.shields.io/badge/stability-unstable-yellowgreen.svg?style=flat-square)
](https://github.com/studio-b12/mve/milestones/1.0)
 [![Code style: airbnb
](https://img.shields.io/badge/code%20style-airbnb-777777.svg?style=flat-square)
](https://github.com/airbnb/javascript)

mve
===

**Move a file or folder. Platform-independent.**

Why? [For npm scripts](https://github.com/mattdesl/module-best-practices/tree/eaf53af#task-running).











Installation
------------

```sh
$ npm install --global mve
```

Usage
-----

SYNOPSIS

Usage: mve [options]

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
-------

* based on [andrewrk/node-mv](https://github.com/andrewrk/node-mv)
* inspired by [sindresorhus/cpy](https://github.com/sindresorhus/cpy)

License
-------

[MIT][] © [Studio B12 GmbH][]

[MIT]: ./License.md
[Studio B12 GmbH]: http://studio-b12.de