puck-sigil

Crates.iopuck-sigil
lib.rspuck-sigil
version0.1.0
created_at2025-10-01 20:00:07.071208+00
updated_at2025-10-01 20:00:07.071208+00
descriptionA simple git version tagger
homepage
repositoryhttps://github.com/username/puck-sigil
max_upload_size
id1863357
size38,460
(oberon-systems)

documentation

README

Puck Sigil

A simple git tagger: read package file from provided configuration file and collect version from it.

Contribute

You can build and test binary locally by run:

cargo run
cargo build

or

cargo test

Install

cargo install puck-sigil

and after you can run:

psigil

Debug

RUST_LOG=debug cargo run

or

RUST_LOG=debug psigil

Configuration

Please see config.json.

You can provide path to config.json with command line arg --config or with env value PSIGIL_CONFIG.

Commit count: 0

cargo fmt