New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mve

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mve

Move a file or folder. Platform-independent.

0.1.2
latest
Source
npm
Version published
Maintainers
1
Created
Source

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

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

License

MIT © Studio B12 GmbH

Keywords

mv

FAQs

Package last updated on 06 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts