Skip to content

flameleo11/lua-bundler

 
 

Repository files navigation

Usage

Bundle Lua files into one:

lua-bundler f "../test/Main.lua" "../output.lua"

Inject to war3map.lua:

lua-bundler w "../test/Main.lua" "../war3map.lua"

Add -p to minify bundled lua

lua-bundler f "../test/Main.lua" "../output.lua" -p
lua-bundler w "../test/Main.lua" "../war3map.lua" -p

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.4%
  • Lua 42.7%
  • PowerShell 0.9%