A template for creating and publishing Roblox packages with TestEZ testing, Selene linting, and StyLua formatting preconfigured.
Download and install Rokit, then run:
rokit install
wally install.
├── 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.