SkillAgentSearch skills...

Luabundle

A tool for bundling lua files into a single, easy distributable file.

Install / Use

/learn @benp98/Luabundle
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

luabundle

A tool for bundling lua files into a single, easy distributable file. It can bundle itself.

Usage

"Modules" are imported by calling the import() function. The name of the module must be a relative path from the project's root directory enclosed in double quotes.

local another_module = import("another_module.lua")

A bundle is created by running the luabundle.lua file with the input and the output files as arguments.

License

License information is in the file LICENSE.

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated6mo ago
Forks1

Languages

Lua

Security Score

82/100

Audited on Sep 28, 2025

No findings