4 releases
Uses new Rust 2024
| new 0.1.3 | Apr 22, 2026 |
|---|---|
| 0.1.2 | Apr 22, 2026 |
| 0.1.1 | Apr 22, 2026 |
| 0.1.0-rc | Apr 22, 2026 |
#273 in Build Utils
13KB
287 lines
a9 CLI
In-house engineering CLI for Ars Vivendi.
Provides commands for managing internal tools and development operations.
Usage
a9 install lint --tag v0.1.19
a9 install lint --force
a9 --json install lint
Development
# Enable git hooks
git config core.hooksPath .githooks
# Run checks
cargo fmt
cargo clippy -- -D warnings
cargo test
cargo a9-lint --check
Dependencies
~4–6MB
~99K SLoC