Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dberri/invoicli
A Node.js CLI to create invoices right from your terminal!
https://github.com/dberri/invoicli
invoice-generator node-cli
Last synced: 25 days ago
JSON representation
A Node.js CLI to create invoices right from your terminal!
- Host: GitHub
- URL: https://github.com/dberri/invoicli
- Owner: dberri
- Created: 2020-03-23T18:41:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T00:06:58.000Z (over 3 years ago)
- Last Synced: 2024-11-08T02:31:06.520Z (3 months ago)
- Topics: invoice-generator, node-cli
- Language: HTML
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InvoiCLI
A Node.js CLI to create invoices right from your terminal
## Example usage:
Fill the `template.config.js` with data that is usually repeated and execute the following:
```
invoicli -d "Description of the invoiced item" -q 10 -r 20
```Where:
d: Description
q: Hours
r: RateYou can also use `invoicli -h` for additional help.