3.4.0 • Published 2 years ago
tape-lua v3.4.0
Tape
A bundler for Lua.
Installation
with pnpm:
pnpm add -g tape-lua
with npm:
npm install -g tape-lua
Usage
tape [directory] [options]
Options
-v --verbose enable verbose output (default: false)
-o --output <path> output file (default: "dist.lua")
-h --help display help for tape
Project Structure
Your target directory MUST have a file named init.lua
.
Supported Extensions
.lua
.luau
.txt
.json