lumi

GHA Build Status MIT licensed

lumi is a collection of double-entry accounting tools:

Build && Installation

The source code of lumi can be obtained from https://github.com/Lencerf/lumi. To build lumi from source,

```sh

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.

Usage

sh lumi -i /path/to/leger $COMMAND

COMMAND can be

Check lumi --help and lumi $COMMAND --help for more details.