| Crates.io | zipcompose |
| lib.rs | zipcompose |
| version | 0.1.1 |
| created_at | 2025-01-15 16:51:51.380985+00 |
| updated_at | 2025-02-14 15:21:00.450175+00 |
| description | YAML-based zip runner |
| homepage | https://github.com/tkr66/zipcompose |
| repository | https://github.com/tkr66/zipcompose |
| max_upload_size | |
| id | 1517706 |
| size | 39,312 |
cargo install zipcompose
Here is an example of a zip-compose.yaml file:
archives:
test:
filename: test.zip
entries:
- dest_dir: .
files:
- ./src/main.rs
- src: ./src/main.rs
dest: renamed_main.rs