Installing the rngo executable
Assuming you have Rust/Cargo installed , run this command in a terminal:
cargo install rngo-cli
It will make the rngo command available in your PATH if you've allowed the PATH to be modified when installing Rust . cargo uninstall rngo-cli uninstalls.
Back to the crate overview .
Readme
rngo CLI
See rngo.dev/docs/cli .
Development
Test
Set up the database, run the checked-in simulation and inspect the db:
sqlite3 db1.sqlite < test/db1-schema.sql
cargo run sim
sqlite3 db1.sqlite
Release
To release, set package. version in Cargo.toml and run ./script/release . This will kick off the build and release workflows in Github Actions.
Once these workflows complete, go to the newly created release on github.com and add release notes.