0.0.2 • Published 8 months ago
luart v0.0.2
luart
Obtain the luart
command in the command line. If additional auxiliary features are needed, please use luart-node.
Usage
Install like any other npm package, e.g., npm i -g luart
.
If you need to configure the bin directory in environment variables, its location is node_modules/luart/luaRT/bin/
.
Development
:: Install dependencies
pnpm i
:: Development
pnpm dev
:: Build
pnpm build
:: Test
pnpm test
:: Generate npm package
pnpm pack