No description
  • JavaScript 53.7%
  • TypeScript 46.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Stefanuk12 9fba330b8f CLI fix
2022-04-23 17:49:05 +01:00
src CLI fix 2022-04-23 17:49:05 +01:00
.gitignore Initial commit 2022-04-23 17:19:41 +01:00
.npmignore Initial commit 2022-04-23 17:19:41 +01:00
package.json CLI fix 2022-04-23 17:49:05 +01:00
README.md Fixed usage 2022-04-23 17:20:38 +01:00
tsconfig.json Initial commit 2022-04-23 17:19:41 +01:00

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