UNPKG

copy-dir-cli

Version:

A CLI tool to copy files from a directory to another directory

21 lines 444 B
{ "name": "copy-dir-cli", "version": "0.0.3", "description": "A CLI tool to copy files from a directory to another directory", "bin": { "copy": "./bin/copy" }, "keywords": [ "copy", "CLI tool" ], "author": "zhangzongzheng <zzzhaichao@gmail.com>", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/ihaichao/copy-dir-cli.git" }, "dependencies": { "commander": "^2.9.0" } }