/tape

A bundler for Lua

Primary LanguageTypeScript

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