JSPM

ronin

2.0.29-build-experimental.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 970
  • Score
    100M100P100Q124204F

Package Exports

  • ronin
  • ronin/types

Readme

Query Language Client for RONIN

Interact with your data in RONIN via automatically-typed JavaScript interface.

Install

Node.js

bun add ronin

Build

bun run build

Development

For development purposes, you can link ronin in a project where it's being used or just import the linked ronin package.

Inside the ronin root directory

bun link
bun run dev

Inside your project which uses ronin

bun link ronin

Test

bun run test

# Or run a specific test suite
bun test -t 'your test name'