Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 441 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 441 Bytes

hledger-tools

My super hacky-hardcoded tool to generate charts for my ledger/hledger journal. Right now generates the all-time net-worth bar chart and last month's expenses doughnut chart.

Uses Bun and Chart.js.

To install dependencies:

bun install

To run:

make

This command will generate index.html file.