copy-dir-cli
Version:
A CLI tool to copy files from a directory to another directory
21 lines • 444 B
JSON
{
"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"
}
}