koban 0.0.1

A Rust CLI for Invoice Ninja, built for humans and AI agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# koban

`koban` is a Rust CLI for Invoice Ninja, designed for both humans and AI agents.

This first pre-release claims the crate name and ships the initial command
surface:

```sh
koban --help
koban --version
koban completions zsh
```

Invoice Ninja API commands will arrive after the CLI foundation is in place.