An open API service indexing awesome lists of open source software.

https://github.com/pseitz/ncpr


https://github.com/pseitz/ncpr

Last synced: about 1 month ago
JSON representation

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/`