killscript
v0.1.2
Published
TypeScript toolchain for KILLSCRIPT modules
Maintainers
Readme
killscript
CLI for creating, compiling, hot-reloading and packing TypeScript KILLSCRIPT modules.
Use the version-pinned command in the
Getting started guide,
then run npm run dev inside the generated project.
Use --reflex when the module needs a server entry. The CLI provides new,
init, link, dev, check, build, doctor and clean. Development
builds are synchronized as safe managed folders; release builds are packed as
dist/ModuleName.KillScript.
The compiler targets the game's XLua/Lua 5.4 sandbox and bundles modular TypeScript into the one or two scripts the game loads. Node.js 20 or newer is required for the toolchain, not for the generated module.
Read the full documentation or source. Licensed under MIT.
