Unofficial Monarch Money API
npm install monarch-money-tsAn unofficial TypeScript client for the Monarch Money API with comprehensive type definitions and modern development tools.
- Traffic Recorder Extension
- Traffic Analyzer Tool
- [ ] complete this readme
- [ ] publish the first version to npm
Manual versioning with GitHub CI publishing:
1. Bump version and create tag locally:
- npm version patch (or minor / major)
2. Push commit and tag:
- git push --follow-tags
3. GitHub Actions publishes on v* tags.
Setup notes:
- Remove "private": true from package.json before publishing.
- Add NPM_TOKEN as a repository secret for the publish workflow.