/hledger-tools

My super hacky-hardcoded tool to generate charts for my ledger/hledger journal.

Primary LanguageTypeScript

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.