Index of /oss/luabundle

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[GIT]sources.git/2025-11-15 16:04 - Git Repository

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

The project is available under the terms of the MIT License.


© 2025 Ben-Ove Pasinski - Impressum