https://github.com/zabackary/copier
https://github.com/zabackary/copier
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zabackary/copier
- Owner: zabackary
- Created: 2023-06-24T04:37:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T08:47:04.000Z (almost 3 years ago)
- Last Synced: 2025-01-24T09:25:44.826Z (over 1 year ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```