easy-copy-file

1.1.0 • Public • Published

easy-copy-file

easy copy files and directories

Getting Started

npm install easy-copy-file --save-dev

Usage Examples

package.json

{
  "name": "demo",
  "version": "",
  "description": "",
  "main": "",
  "scripts": {
    "build": "node src/index.js --from build --to public"
  },
  "devDependencies": {
    "easy-copy-file": "^0.1.0"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "author": "dylan",
  "license": "ISC",
  "dependencies": {}
}

--from : directory name

--to : directory name

--from and --to is required

Readme

Keywords

Package Sidebar

Install

npm i easy-copy-file

Weekly Downloads

13

Version

1.1.0

License

ISC

Unpacked Size

3.63 kB

Total Files

5

Last publish

Collaborators

  • bearcookie