https://github.com/pseitz/ncpr
https://github.com/pseitz/ncpr
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pseitz/ncpr
- Owner: PSeitz
- License: mit
- Created: 2020-10-30T11:06:43.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-30T11:37:33.000Z (over 5 years ago)
- Last Synced: 2025-02-25T11:05:40.990Z (over 1 year ago)
- Language: TypeScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NCPR
recursively copies files from a glob to a target folder (but without recursion)
### Usage
#### Install CLI
`npm i ncpr -g`
```
ncpr --help
```
#### Example Use in Github Repo
`ts-node src/index.ts --from "test_project/src/**/*.json" --to test_project/dist/`