rngo-cli

Crates.iorngo-cli
lib.rsrngo-cli
version0.17.0
created_at2025-06-12 03:42:58.238582+00
updated_at2025-12-31 04:58:51.68618+00
descriptionData simulation CLI using api.rngo.dev
homepagehttps://rngo.dev
repositoryhttps://github.com/rngodev/cli
max_upload_size
id1709337
size97,638
(aoifelee)

documentation

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.

Commit count: 79

cargo fmt