UNPKG

to-ynab

Version:

Convert csv files from different sources, like banks to YNAB ( youneedabudget.com ) ready csv files

17 lines (16 loc) 211 B
language: node_js os: - linux - windows - osx node_js: - "stable" - "6.4.0" - "6.2.2" - "4.5.0" - "4.0.0" sudo: false script: - npm test after_success: - npm run coverage