lua-bundle

Crates.iolua-bundle
lib.rslua-bundle
version0.1.2
created_at2025-03-14 16:18:34.789767+00
updated_at2025-10-11 13:22:21.266189+00
descriptiona lua file concatter
homepage
repositoryhttps://github.com/lua-tools/lua-bundle
max_upload_size
id1592444
size51,306
Elden (elde-n)

documentation

README

lua-bundle

A lua file concatter cli tool

Usage

mkdir project
cd project

echo '
[[project]]
name = "project"
files = ["src"]
entry_point = "src/main.lua"' > build.toml

lua-bundle

TO-DO

  • include_string(file_path) - include a string from a file in lua code
  • lua-bundle new - subcommand to start a simple project
  • file filtering - filter out files with a blacklist, and have an extension whitelist
  • lua-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..

Examples

examples

Commit count: 4

cargo fmt