Skip to content

yendor/lunchmoney

Repository files navigation

Build Status

Lunchmoney

A budget manager written in go, inspired by YNAB4

Migrations

Copy the example config into place

cp example.config.json config.json

Install goose to be able to run the migrations

go get -u github.com/pressly/goose/cmd/goose

Run the migrations with

make migrateup 

Build the program

make

Run the program

./lunchmoney

About

A budget manager written in go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published