ynab-sync
v3.1.1
Published
Sync YNAB with Brazilian banks transactions
Downloads
1
Readme
ynab-sync
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
- 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