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

https://github.com/zabackary/copier


https://github.com/zabackary/copier

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# copier

Copier is a small command line tool to copy files from
one directory to another with an ignore file. For example,
you can use it to back up a directory without gigantic
`node_modules` or `target`s clogging up the target.

Usage:
```
copier
```
where `` is a file of the syntax:
```
# Comment

# Directory containing `file.txt`
/file.txt

# Directory name
node_modules
```