lumi is a collection of double-entry accounting tools:
The source code of lumi can be obtained from https://github.com/Lencerf/lumi. To build lumi from source,
```sh
cargo install wasm-bindgen-cli
git clone https://github.com/Lencerf/lumi && cd lumi cargo build --bin lumi --release ```
lumi
binary is available at target/release/lumi
.
sh
lumi -i /path/to/leger $COMMAND
COMMAND
can be
balances
: show balances of all accounts,files
: show the list of source files,serve
: start an HTTP server at 127.0.0.1:8001
and present a Web UI
presenting account balances and the transaction history.Check lumi --help
and lumi $COMMAND --help
for more details.