| Crates.io | rivets |
| lib.rs | rivets |
| version | 0.1.0 |
| created_at | 2026-01-11 22:13:52.329964+00 |
| updated_at | 2026-01-11 22:13:52.329964+00 |
| description | A Rust-based issue tracking system using JSONL storage |
| homepage | https://github.com/dwalleck/rivets |
| repository | https://github.com/dwalleck/rivets |
| max_upload_size | |
| id | 2036580 |
| size | 453,259 |
A Rust-based issue tracking system with JSONL storage.
Rivets is a command-line issue tracking system that stores data in human-readable JSONL format. This makes it easy to version control your issues alongside your code and integrate with other tools.
cargo install rivets
rivets init
rivets create
rivets list
rivets show <issue-id>
rivets update <issue-id>
Licensed under either of MIT or Apache-2.0 at your option.