Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.13 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.13 KB

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