1.0.4 • Published 2 years ago

concat-lua v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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