Skip to content

lua-tools/lua-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A lua file bundler cli tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published