Skip to content

Asynchronous CLI tool to resursively move or copy files and directories.

Notifications You must be signed in to change notification settings

mfdebian/node-move

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic usage

1.- Copy a file:

$ node index.js package.json otherjson.json -c

2.- Move a file:

$ node index.js otherjson.json anothername.json

3.- Copy a directory:

$ node index.js ./ ../../../test -c

4.- Move a directory

$ node index.js ../../../test/ ../../../test2/

Run tests

$ npm test

About

Asynchronous CLI tool to resursively move or copy files and directories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published