/typescript-coda-parser

NODE JS parser for Belgian CODA banking files

Primary LanguageTypeScript

Typescript coda parser

Parse a coda document and returns an object with the content of the document. 0 dependencies.

Requirements

  • Typescript >= 4.5.x
  • node >= 16.x
  • pnpm

Install

pnpm i @triptyk/coda-parser

Local Development

Start

Dev

pnpm start:dev

Compile

You need to transpile the Typescript before executing the command.

pnpm tsc

Tests

pnpm test

Lint

pnpm lint