Bun plugin for importing lua & luau using lune, the standalone luau script runtime.
Find a file
2023-09-15 17:26:43 +05:30
.gitignore init: basic structure & functionality 2023-09-15 17:26:43 +05:30
build.ts init: basic structure & functionality 2023-09-15 17:26:43 +05:30
bun.lockb init: basic structure & functionality 2023-09-15 17:26:43 +05:30
bunfig.toml init: basic structure & functionality 2023-09-15 17:26:43 +05:30
package.json init: basic structure & functionality 2023-09-15 17:26:43 +05:30
README.md init: basic structure & functionality 2023-09-15 17:26:43 +05:30
tsconfig.json init: basic structure & functionality 2023-09-15 17:26:43 +05:30

bun-luau-loader

To install dependencies:

bun install

To run:

bun run src/index.ts

This project was created using bun init in bun v1.0.0. Bun is a fast all-in-one JavaScript runtime.