README.md

Invoice

zzz

Generate invoices from the command line.

invoice generate --title "Invoice" \
    --id 2 \
    --logo ./images/logo.png \
    --from "LaLaLabs, Inc." \
    --to "Imagine, Inc." \
    --date "June 10, 2023" \
    --due "June 30, 2023" \
    --tax 0.13 \
    --discount 0.15 \
    --currency USD \
    --item "Rubber Duck" \
    --quantity 2 \
    --rate 25 \
    --notes "For debugging purposes."

Installation

Install with Go:

go install github.com/maaslalani/invoice@main

Or download a binary from the releases.

License

MIT

Feedback

I'd love to hear your feedback on improving invoice.

Feel free to reach out via:


zzz