3.4.0 • Published 1 year ago

tape-lua v3.4.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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
3.4.0

1 year ago

3.3.0

1 year ago

3.2.0

1 year ago

3.1.1-a

1 year ago

3.1.1

1 year ago

3.1.0

1 year ago

3.0.0-a

1 year ago

3.0.0

2 years ago