DefectingCat / eris

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eris

图文模板批量处理

Install

cargo install --path .

Usage

下载所有图文模板压缩包到一个目录中 ./templates

eris -d ./templates

Others

❯ ./target/release/eris -h
HTML Template processer

Usage: eris [OPTIONS]

Options:
  -d, --directory <DIRECTORY>  Target directory [default: .]
  -h, --help                   Print help
  -V, --version                Print version

Build from source

cargo build --relase

For windows

cargo build --target=x86_64-pc-windows-gnu --release

About


Languages

Language:Rust 100.0%