macOS
brew install invoicelocal Homebrew formula metadata
brew
Command-line invoice generator. Version 0.1.0 via Homebrew; verified from local package data.
install
brew install invoicelocal Homebrew formula metadata
nix profile install nixpkgs#invoicenixpkgs package indexes · pkgs/by-name/in/invoice/package.nix · source: api.github.com
overview
Command-line invoice generator
history
Invoice is a small Go command-line utility for generating PDF invoices from terminal arguments, environment variables, or imported JSON/YAML data. It belongs to the modern single-purpose CLI tradition: one binary, examples in the README, and binary distribution through GitHub releases and package managers.
The public repository describes Invoice as a command-line invoice generator and documents the core workflow with `invoice generate`. The repository release list records an initial release in June 2023, with the README directing users to either install from Go source or download release binaries.
Invoice gained package-manager visibility through the Homebrew formula and Nix metadata supplied in the input package facts. Its GitHub repository also shows a visible small-utility audience, with stars and forks centered around a compact CLI rather than a larger invoicing platform.
The primary usage is generating a PDF invoice by supplying sender, recipient, line items, quantities, rates, tax, discount, notes, and output path on the command line. The README also documents environment variables for repeated values and importing JSON/YAML data for repeatable invoice generation.
Invoice is notable as a clean example of a personal-productivity CLI that does not try to become an accounting system. For package maintainers, it is a small Go binary with a direct upstream, a short release history, and behavior that is easy to smoke-test by generating a PDF.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
invoice | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/maaslalani/invoice
install metadata
| Package key | brew:invoice |
|---|---|
| Version | 0.1.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/invoice |
| Homepage | https://github.com/maaslalani/invoice |
| Repository | https://github.com/maaslalani/invoice |
| Upstream docs | https://github.com/maaslalani/invoice#readme |
| License | MIT |
| Source archive | https://github.com/maaslalani/invoice/archive/refs/tags/v0.1.0.tar.gz |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | invoice |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
invoice
nix profile install nixpkgs#invoicesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.