#zip #zip-archive #yaml #utils #entries #read #file

app zipcompose

reads a yaml file to create zip archives based on defined entries

1 unstable release

new 0.1.0 Jan 15, 2025

#357 in Compression

38 downloads per month

MIT license

12KB
283 lines

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

Dependencies

~10–20MB
~296K SLoC