| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Mintable v2.0.1 source code.tar.gz | 2020-08-17 | 8.1 MB | |
| Mintable v2.0.1 source code.zip | 2020-08-17 | 8.2 MB | |
| README.md | 2020-08-17 | 4.2 kB | |
| Totals: 3 Items | 16.3 MB | 0 | |
Mintable v2.0.1 🎉
Version 2.x.x of Mintable represents a major version change, a complete rewrite from the ground-up in TypeScript, and a ton of new features.
TL;DR – How can I get started with v2.x.x?
-
If you're a
1.x.xuser, migrate your existing config:bash npm install -g mintable mintable migrate --old-config-file /path/to/your/old/mintable.config.json mintable fetch -
If you're new here, create a fresh installation:
bash npm install -g mintable mintable setup mintable fetch
What's New in v2.x.x
- CSV Import: Import transactions from banks not on Plaid, as well as a growing library of templates
- CSV Export: Optionally export your results to a CSV file and use Excel/Numbers if you don't trust Google.
- Balances Sheet: View the balances of all your accounts automatically on one sheet.
- Per-Account Configuration: Pull some accounts from Plaid, and others from a CSV file (e.g. Apple Card).
- GitHub Actions Integration: Run
mintablein GitHub Actions automatically. - BitBar Integration: Run
mintablein your Mac's menu bar automatically. cronIntegration: Runmintableusingcronon your local machine automatically.- Transaction Filters: Automatically exclude transactions from your spreadsheet based on a set of conditions.
- Transaction Overrides: Override auto-populated fields based on a set of conditions.
- Global
mintableCLI/setup wizard: Callmintableas a command, anywhere on your machine without cloning anything. - Complete (~4000 lines) rewrite: Kept all the good stuff from
v1.x.x, trimmed the fat where possible. - Migration to Typescript: Easier to reason about correctness & establish rigid API constraints for integrations.
- Config Validation: Tells you the exact spot where your config is broken (if relevant).
- Better Logging: Almost every point of failure logs a human-readable error message.
- Debug Mode: Optionally log the results of every API request to debug strange behavior.
- Error Reporting: Click a single link which auto-fills an issue on GitHub with error/machine info.
Getting Involved
We welcome issues and PRs on GitHub or you can join r/mintable on Reddit.
If you like mintable you can support future development on GitHub Sponsors.
Acknowledgements
A special thanks to our v2.x.x beta testers & contributors:
@blimmer @dflock @eden @eliluong @ibudiallo @keanulee @kev1nnsays @mrginogit @mspych @nboley2 @pickettd @thomastraum @willie @yawhide @Zeustopher
I could not have done this without your help! Thanks for all your hard work to make mintable better.