Package Exports
- @hublaw/ofx-parser
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@hublaw/ofx-parser) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@hublaw/ofx-parser
A tool that converts financial data from OFX into JSON, applied only to Bank Account Statement developed and mantained by HubLaw and @gusflopes
Credits
This tools depends on the xml2js package and started by a fork from @bakesaled/carbonate that did an awesome work mapping all the Ofx Structure to interfaces.
"date-fns": "^2.9.0",
"prompts": "^2.3.1",
"xml2js": "^0.4.23"
Current Status
This tool is still under development and missing tests, but it works as intendend.
Next weeks we plan to work on the project structure, test the integration when used as a package, and write some more tests for it.
Using as a Project instead of a Package
$ npm installRunning the app
# development
$ npm run start
#
Test
# unit tests
$ npm run test
# test coverage
$ npm run test:covUsage
(see example code)