1.0.0 • Published 5 years ago

npm-copy-files v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

You can copy a files of specific extension or ignore files of specific extension. This helps when you want to copy your folder structure to output directory when you are using Typescript.

Usage :

node ./node_modules/npm-copy-files ./copyFileConfig.json

copyFileConfig.json

{ 
    "source": "./test/test1",
    "target": "./testx",
    "include": [],
    "exclude": [".ts"]
}