rngo-cli 0.12.0

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

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.