Skip to content

purpul-extreme/package-template

Repository files navigation

Package Template

A template for creating and publishing Roblox packages with TestEZ testing, Selene linting, and StyLua formatting preconfigured.

Setup

Download and install Rokit, then run:

rokit install
wally install

File Structure

.
├── src/                        # Package source code
├── test/                       # Test scripts (TestEZ)
├── default.project.json        # Rojo project for publishing
├── test-place.project.json     # Rojo project for local development & testing
├── wally.toml                  # Package manifest
└── rokit.toml                  # Tool versions

Use default.project.json when building or publishing your package, and test-place.project.json when developing locally in Roblox Studio with your test scripts.