Skip to content

A golang library that can parse YNAB data files allowing programmatic access to budget details and attributes.

Notifications You must be signed in to change notification settings

dcoxall/financier

Repository files navigation

Build Status

Financier

Under Development - Help Appreciated

A Golang library that allows programmatic access to YNAB4 budget data.

Development

The recommended environment requires the following:

Once installed just use the following to run the test suite...

$ fig run app make

You can also preview the documentation by running...

$ fig up

Once the server is running you can visit it with:

$ open http://`boot2docker ip`:6060/pkg/github.com/dcoxall/financier/

Contributing

  1. Fork the project
  2. Create a feature branch
  3. Write tests for the new feature
  4. Implement new features to pass the tests
  5. Document all functions and attributes
  6. Ensure you have run go fmt
  7. Create a pull request

About

A golang library that can parse YNAB data files allowing programmatic access to budget details and attributes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published