rngo-cli 0.22.0

Data simulation CLI using api.rngo.dev
rngo-cli-0.22.0 is not a library.

rngo CLI

See rngo.dev/docs/cli.

Development

Test

Set up the database, run the project simulation and inspect the db:

./script/clean-db
cargo run sim run
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.