8000 GitHub - wkillerud/tba.js: TBA
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from webrebels/tba.js

TBA

License

Notifications You must be signed in to change notification settings

wkillerud/tba.js

 
 

Repository files navigation

tba-js

To Be Announced

Getting Started

npx tba-js compile

Or install with npm i -D tba-js and add this script to package.json:

{
  "scripts: {
    "build": "tba compile"
  }
}

Contributing

npm install
# edit src/lib.rs
npm run build

See napi-rs and this blog post for more.

Publish via GitHub Actions (configure NPM_TOKEN as a secret).

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.6%
  • Rust 4.4%
0