@hotg-ai/rune
TypeScript icon, indicating that this package has built-in type declarations

0.12.0-rc.1 • Public • Published

Rune Web Bindings

A package that lets you run Runes in the browser.

Getting Started

The easiest way to get started is by following Lesson 4: Integrating With The Browser from our tutorial series.

This will walk you through creating a React application which initializes the Rune runtime and executes it every time a button is pressed.

Contributing

See the Rune project's CONTRIBUTING.md file for tips on how to start hacking on Rune.

Releasing

Use the yarn release script when publishing this package to NPM.

This script will copy package.json into the dist/ folder and makes sure to run yarn publish from there. By doing this, we avoid mentioning dist/ in the import path (i.e. you import from @hotg-ai/rune/builtins instead of @hotg-ai/rune/dist/builtins).

As a precaution, the package.json in this folder sets "private": true to make sure you don't accidentally run yarn publish

License

This project is licensed under either of

at your option.

Readme

Keywords

none

Package Sidebar

Install

npm i @hotg-ai/rune

Homepage

hotg.dev/

Weekly Downloads

2

Version

0.12.0-rc.1

License

MIT OR Apache-2.0

Unpacked Size

3.2 MB

Total Files

37

Last publish

Collaborators

  • ge_te80
  • kthakorehotg
  • dinesh8076
  • michael-hotg-ai