| Crates.io | rngo-cli |
| lib.rs | rngo-cli |
| version | 0.17.0 |
| created_at | 2025-06-12 03:42:58.238582+00 |
| updated_at | 2025-12-31 04:58:51.68618+00 |
| description | Data simulation CLI using api.rngo.dev |
| homepage | https://rngo.dev |
| repository | https://github.com/rngodev/cli |
| max_upload_size | |
| id | 1709337 |
| size | 97,638 |
See rngo.dev/docs/cli.
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
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.