Skip to content

prikhi/hledger-graphs

Repository files navigation

hledger-graphs

hledger-graphs Build Status

Generate Graphs from your HLedger Journal.

Pie and Bar Graphs Showing Income & Expenses

Build

You can build the project with stack:

stack build

For development, you can enable fast builds with file-watching, documentation-building, & test-running:

stack test --haddock --fast --file-watch --pedantic

To build & open the documentation, run

stack haddock --open hledger-graphs

LICENSE

BSD-3