Socket
Socket
Sign inDemoInstall

mve

Package Overview
Dependencies
22
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mve

Move a file or folder. Platform-independent.


Version published
Weekly downloads
870
decreased by-16.98%
Maintainers
1
Install size
268 kB
Created
Weekly downloads
 

Readme

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:
$ mve Readdme.md Readme.md

# Move a directory:
$ mve --mkdirp source/directory target/directory

# Read from a file, then pipe into it:
$ format-json package.json > .temp; mve --force .temp package.json

License

MIT © Studio B12 GmbH

Keywords

FAQs

Last updated on 06 Jul 2015

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc