Accountancy script for very simple cases
CLI tool for converting a QIF bank statement to the different csv files useful for accountancy
Highlights:
- Written in
Typescript
- Understand QIF format
- Automatically convert rows based on search terms
- Code Maintenance
- Code Of Conduct
- Api for pico-accountancy
- Contributing
- Glossary
- Diagram for the code base
- Vocabulary used in the code base
- Architectural Decision Records
- Contributors
- Dependencies
- Usage
- baldrick-zest-engine Run tests declaratively with a few cunning plans
This package is ESM only.
yarn global add pico-accountancy
pico-accountancy --help
Or alternatively run it:
npx pico-accountancy --help
If you want to tun the latest version from github. Mostly useful for dev:
git clone git@github.com:flarebyte/pico-accountancy.git
yarn global add `pwd`