Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 477 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 477 Bytes

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