Categorygithub.com/bcaldwell/selfops
repositorypackage
0.0.0-20240902181459-21cca52d76fb
Repository: https://github.com/bcaldwell/selfops.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

selfops

Example configuration

./config.yaml
currencies:
  - USD
  - CAD
budgets:
  - name: USD
  - name: CAD
./secrets.json
{
  "ynab_access_token": "token",
  "influx_endpoint": "http://localhost:8086"
}