lune-packaging/package/js
2024-10-08 06:33:17 +01:00
..
bin chore(js): add more tasks + apply fmt 2024-06-19 18:38:00 +05:30
.gitignore chore(js): remove downloaded lune bins 2024-06-19 18:27:45 +05:30
build.ts chore(js): uppercase in desc 2024-06-19 18:45:27 +05:30
consts.ts feat(js): lune v0.8.9 2024-10-08 06:33:17 +01:00
deno.json chore(js): add more tasks + apply fmt 2024-06-19 18:38:00 +05:30
deno.lock fix(deno): use $HOME/.lune/versions as base path 2024-06-21 13:12:16 +05:30
github.ts chore(js): add more tasks + apply fmt 2024-06-19 18:38:00 +05:30
install.ts chore(js): add more tasks + apply fmt 2024-06-19 18:38:00 +05:30
LICENSE.md feat(packages): include js wrapper installer package 2024-06-19 18:09:30 +05:30
README.md chore(js): update note on README 2024-06-23 18:45:22 +05:30

Deno/Node Packages

This package exports lune, the standalone luau runtime as a JS package to be used as a dependency in a JS project.

To install the package, run one of the following in your project, substituting {VERSION} with the version of lune you want to install:

# Install from NPM for node
npm install lune@{VERSION}

# Install for Deno
deno install https://raw.githubusercontent.com/CompeyDev/lune-packaging/v{VERSION}/package/js/bin/lune.ts

Note

: Only lune versions starting from lune v0.8.6 are supported for the packages.