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'