Please note that opencash-cli
(and more broadly, OpenCash) is in a very early
stage of development. The current focus lies on getting infrastructure set up
and cross-platform issues sorted out. The actual functionality is still very
limited.
This project is not usable yet!
opencash-cli
is the command line app of OpenCash, a free open-source
accounting software (early stage).
Run the following in the current folder (-q
for less verbosity):
> ./gradlew -q clean build test
The output binaries are located in ./build/binaries/
. The executables are
linked statically and don't required other dependencies.
More information on the build system with:
> ./gradlew describe