devtmr
v0.3.3
Published
Generate PDF invoices from your git history with AI-powered descriptions.
Maintainers
Readme
devtmr
Generate invoices from your git history. No browser, no server, just git.
Install
npm install -g devtmrSetup
Run from inside any git repo:
dev-timer initThis prompts for your company details, client info, and hourly rate. Saves to .devtmr.json in the repo root.
Generate an Invoice
dev-timer generate --since 2026-03-01 --until 2026-03-31This reads your commits for the date range and writes a Markdown invoice to invoices/INV-2026-03.md.
Fill in the hours, calculate totals, and send it.
Options
dev-timer init Set up project config
dev-timer generate --since YYYY-MM-DD --until YYYY-MM-DD
Generate an invoice
-h, --help Show helpHow it works
initsaves your company/client/rate config to.devtmr.jsongeneratereadsgit logfor the date range- Writes a Markdown invoice with one line item per commit
- You fill in hours and send it
No API keys. No auth tokens. No browser. No server.
