pico-accountancy
v0.4.0
Published
Accountancy script for very simple cases
Readme
pico-accountancy
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
Documentation and links
- 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
Related
- baldrick-zest-engine Run tests declaratively with a few cunning plans
Installation
This package is ESM only.
yarn global add pico-accountancy
pico-accountancy --helpOr alternatively run it:
npx pico-accountancy --helpIf you want to tun the latest version from github. Mostly useful for dev:
git clone [email protected]:flarebyte/pico-accountancy.git
yarn global add `pwd`