#cli #testing #api-bindings

app rngo-cli

Data simulation CLI using api.rngo.dev

23 releases (breaking)

Uses new Rust 2024

new 0.20.0 Apr 3, 2026
0.19.0 Mar 4, 2026
0.18.0 Mar 4, 2026
0.17.0 Dec 31, 2025
0.9.0 Jul 20, 2025

#280 in Simulation

MIT license

50KB
1K SLoC

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.

Dependencies

~16–33MB
~440K SLoC