hledger/hledger-api
Simon Michael f21e9d1c25 doc: more deduplication of options help
Help for reporting options is now also defined once in lib.m4
(in addition to CliOptions.hs). Also fixed some duplication of general
options in docs. hledger-* manuals now include the full list of general
and reporting options; we assume that any inapplicable options get
harmlessly ignored and that this will not surprise users.
2016-06-03 09:38:06 -07:00
..
doc doc: more deduplication of options help 2016-06-03 09:38:06 -07:00
examples api: merge tomk's WIP angular client, cleanups 2016-01-24 13:37:34 -08:00
.ghci tools: .ghci for each package, sets shorter prompt 2016-04-15 16:06:45 -07:00
CHANGES api: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00
future-package.yaml bump cabal versions to 0.28 2016-05-29 00:00:59 -07:00
hledger-api.cabal bump cabal versions to 0.28 2016-05-29 00:00:59 -07:00
hledger-api.hs lib: simplify parsers; cleanups (#275) 2016-05-23 00:44:19 -07:00
LICENSE api: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00
README api: merge tomk's WIP angular client, cleanups 2016-01-24 13:37:34 -08:00

A web API server for hledger data, and some client-side app examples.
This is an alternative to hledger-web, and for variety uses servant instead of yesod.