3.1.1 • Published 6 years ago

ynab-sync v3.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

ynab-sync GitHub license Build Status

Sync YNAB with Brazilian banks transactions

Installation

yarn install

You will need to set YNAB_TOKEN environment variable with your YNAB token. If you do not have one yet, please ask access on this form. More info about beta tester program on ynab official repository.

CLI Usage

Just run the command below to start interactive questions:

yarn start

Contributing

  1. Fork it (https://github.com/arthurnobrega/ynab-sync/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request