#utilities #runner #yaml-based

app zipcompose

YAML-based zip runner

2 releases

0.1.1 Feb 14, 2025
0.1.0 Jan 15, 2025

#892 in Compression

Download history

91 downloads per month

MIT license

12KB
286 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–17MB
~331K SLoC