monarch-money-ts
v0.0.7
Published
Unofficial Monarch Money API
Readme
(WIP) Monarch Money API (TypeScript)
An unofficial TypeScript client for the Monarch Money API with comprehensive type definitions and modern development tools.
TODO till first version release
- [ ] complete this readme
- [ ] publish the first version to npm
Versioning and publishing
Manual versioning with GitHub CI publishing:
- Bump version and create tag locally:
npm version patch(orminor/major)
- Push commit and tag:
git push --follow-tags
- GitHub Actions publishes on
v*tags.
Setup notes:
- Remove
"private": truefrompackage.jsonbefore publishing. - Add
NPM_TOKENas a repository secret for the publish workflow.
