| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
![]() | sources.git/ | 2025-11-15 16:04 | - | Git Repository |
A tool for bundling lua files into a single, easy distributable file. It can bundle itself.
"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.
The project is available under the terms of the MIT License.
© 2025 Ben-Ove Pasinski - Impressum