Skip to main content
neetoinvoice setup writes NeetoInvoice instructions into the config your coding assistant already reads, so the assistant knows the command surface without you pasting it in. Run the command from the repository you are working in.
Re-running a setup command refreshes its block in place rather than duplicating it, and content outside the block is preserved.

Keeping an assistant current

The command catalog is the source of truth, and it always matches the installed binary:
Each entry has command, description, optional flags (with name, type, default, description, and required), and subcommands. Point an assistant at this whenever it asks about a flag or command that its instructions do not cover.

Cutting token use

Feed list and show output back to a model as TOON rather than JSON:
TOON carries the same data with keys and whitespace compressed. See Output formats.

MCP instead of the CLI

If you want an assistant to reach NeetoInvoice directly rather than by shelling out, connect it to the hosted MCP server instead. See Connect your AI assistant.