| Crates.io | puck-sigil |
| lib.rs | puck-sigil |
| version | 0.1.0 |
| created_at | 2025-10-01 20:00:07.071208+00 |
| updated_at | 2025-10-01 20:00:07.071208+00 |
| description | A simple git version tagger |
| homepage | |
| repository | https://github.com/username/puck-sigil |
| max_upload_size | |
| id | 1863357 |
| size | 38,460 |
A simple git tagger: read package file from provided configuration file and collect version from it.
You can build and test binary locally by run:
cargo run
cargo build
or
cargo test
cargo install puck-sigil
and after you can run:
psigil
RUST_LOG=debug cargo run
or
RUST_LOG=debug psigil
Please see config.json.
You can provide path to config.json with command line arg --config or
with env value PSIGIL_CONFIG.