Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 286 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 286 Bytes

libra-reports

Generate JSON and TXT reports from the Open Libra API

Installation

Bun

bun is the default Node/JS/TS runtime for OL development.

https://bun.sh/docs/installation

To install dependencies:

bun install

To run tests:

bun test