An experimental package manager for single-file tools.
craft explores installing tools as single, signed binaries without package-manager lock-in. This is an experiment: the interface may change, and the philosophy is being tested.
This is an experimental release. The interface is not yet stable.
cargo install --git https://github.com/libnudget/craftCreate a new package:
craft new my-toolThis creates my-tool/ with a Craft.toml manifest and a starter
src/main.rs.
craft --help
craft --versioncargo fmt --check
cargo clippy --all-targets -- -D warnings
cargo testMIT