Add a copy option to sift task
Open
Built-in Tasks
Enhancement
- Dominant language
- Clojure
- Stars
- 1.7k
- Forks
- 178
- PR merge metrics
- No merged PRs in 30d
Description
Sift currently supports an option for moving files in the fileset, but it'd be nice to copy files to another place within the fileset. The original source of the transformation would be left unchanged by this option.
Something like:
``` clj
(boot sift :copy #{"^public/" "foo/"}
```
Contributor guide
Assessment
This issue has not been assessed yet.