Sync YNAB with Brazilian banks transactions
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.
Just run the command below to start interactive questions:
yarn start
- Fork it (https://github.com/arthurnobrega/ynab-sync/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request