zipcompose

Crates.iozipcompose
lib.rszipcompose
version0.1.1
created_at2025-01-15 16:51:51.380985+00
updated_at2025-02-14 15:21:00.450175+00
descriptionYAML-based zip runner
homepagehttps://github.com/tkr66/zipcompose
repositoryhttps://github.com/tkr66/zipcompose
max_upload_size
id1517706
size39,312
(bnnkw)

documentation

README

Installation

cargo install zipcompose

Configuration

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
Commit count: 7

cargo fmt