| Crates.io | lumi |
| lib.rs | lumi |
| version | 0.2.0 |
| created_at | 2021-04-04 19:38:27.809964+00 |
| updated_at | 2023-05-29 00:16:34.623052+00 |
| description | A library for processing text-based ledger files. |
| homepage | https://github.com/Lencerf/lumi |
| repository | https://github.com/Lencerf/lumi |
| max_upload_size | |
| id | 378934 |
| size | 95,523 |
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,
# Install dependencies
cargo install wasm-bindgen-cli
# build
git clone https://github.com/Lencerf/lumi && cd lumi
cargo build --bin lumi --release
lumi binary is available at target/release/lumi.
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.