Skip to content

Belkworks/tape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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