| Crates.io | lua-bundle |
| lib.rs | lua-bundle |
| version | 0.1.2 |
| created_at | 2025-03-14 16:18:34.789767+00 |
| updated_at | 2025-10-11 13:22:21.266189+00 |
| description | a lua file concatter |
| homepage | |
| repository | https://github.com/lua-tools/lua-bundle |
| max_upload_size | |
| id | 1592444 |
| size | 51,306 |
A lua file concatter cli tool
mkdir project
cd project
echo '
[[project]]
name = "project"
files = ["src"]
entry_point = "src/main.lua"' > build.toml
lua-bundle
include_string(file_path) - include a string from a file in lua codelua-bundle new - subcommand to start a simple projectfile filtering - filter out files with a blacklist, and have an extension whitelistlua-version file precedence - prioritize file extensions from lua-version e.g. luau(main.luau > main.lua)tiny compression - POTENTIAL: remove whitespace and rename variables to r0..