mirror of
https://github.com/Stefanuk12/concat-lua.git
synced 2026-08-14 20:54:46 +00:00
No description
- JavaScript 53.7%
- TypeScript 46.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| .gitignore | ||
| .npmignore | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Concat
Concatenates many lua files together, wrapped each one within a do block.
Usage
Usage: concat-lua [options]
concats lua files
Options:
-V, --version output the version number
-o, --output set where to output
-b, --doBlock do block files (default: true)
-c, --comments add comments (default: true)
-h, --help display help for command
examples:
concat-lua -o ./out.lua 1.lua 2.lua