Skip to content

Releases: maaslalani/invoice

Initial Release

29 Jun 02:55
v0.1.0
a9650bb
Compare
Choose a tag to compare

Invoice

Generate invoices from the command line.

Command Line Interface

invoice generate --from "Dream, Inc." --to "Imagine, Inc." \
    --item "Rubber Duck" --quantity 2 --rate 25 \
    --tax 0.13 --discount 0.15 \
    --note "For debugging purposes."