move-cli

2.0.0 • Public • Published

move-cli

Move files and directories

Useful for use in build scripts and automated things.

Install

$ npm i move-cli

__

Usage

$ move-cli --help

  Usage
  	  $ move-cli source<path|glob> dest<path|glob>
  	  
  	Options
  	  -md, --mkdirp    first create all necessary directories
  	  -nc, --noclobber don't overwrite existing files
  	  -l, --limit      how many concurrent file requests can be made, default 16
  	  
  	Example
  	  $ move-cli source/file dest/file

Related

  • mv - API for this module

Package Sidebar

Install

npm i move-cli

Weekly Downloads

4,692

Version

2.0.0

License

MIT

Unpacked Size

3.73 kB

Total Files

4

Last publish

Collaborators

  • koenig-dominik