Skip to content

Initial Release

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jun 02:55
· 11 commits to main since this release
v0.1.0
a9650bb

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."