Skip to content

Belkworks/rbxts-tape-template

Repository files navigation

rbxts-tape-template

This template combines roblox-ts with tape!

Foreword

This template was made with pnpm in mind, but you can use npm or yarn if you want.

Output

See the wiki page.

Getting Started

With GitHub: Click here

With degit:

degit belkworks/rbxts-tape-template my-project
cd my-project

Installation

pnpm install

Watching

This will watch for changes in the src directory and automatically build them.

pnpm watch

Building

pnpm build

Additional parameters will be passed to tape.

pnpm build --output build.lua

Cleaning

Depending on your application, you may want to do a clean build. This will remove the out directory and all of its contents.

pnpm clean