https://github.com/flarebyte/pico-accountancy
Very basic accountancy script for very simple accounts
https://github.com/flarebyte/pico-accountancy
accounting npm-cli
Last synced: 1 day ago
JSON representation
Very basic accountancy script for very simple accounts
- Host: GitHub
- URL: https://github.com/flarebyte/pico-accountancy
- Owner: flarebyte
- License: mit
- Created: 2015-12-02T13:36:02.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T21:05:47.000Z (about 3 years ago)
- Last Synced: 2025-10-04T09:55:33.105Z (9 months ago)
- Topics: accounting, npm-cli
- Language: TypeScript
- Homepage:
- Size: 801 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
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](MAINTENANCE.md)
- [Code Of Conduct](CODE_OF_CONDUCT.md)
- [Api for pico-accountancy](API.md)
- [Contributing](CONTRIBUTING.md)
- [Glossary](GLOSSARY.md)
- [Diagram for the code base](INTERNAL.md)
- [Vocabulary used in the code base](CODE_VOCABULARY.md)
- [Architectural Decision Records](DECISIONS.md)
- [Contributors](https://github.com/flarebyte/pico-accountancy/graphs/contributors)
- [Dependencies](https://github.com/flarebyte/pico-accountancy/network/dependencies)
- [Usage](USAGE.md)
## Related
- [baldrick-zest-engine](https://github.com/flarebyte/baldrick-zest-engine)
Run tests declaratively with a few cunning plans
## Installation
This package is [ESM
only](https://blog.sindresorhus.com/get-ready-for-esm-aa53530b3f77).
```bash
yarn global add pico-accountancy
pico-accountancy --help
```
Or alternatively run it:
```bash
npx pico-accountancy --help
```
If you want to tun the latest version from github. Mostly useful for dev:
```bash
git clone git@github.com:flarebyte/pico-accountancy.git
yarn global add `pwd`
```