A general-purpose Roblox project template. Comes with Selene linting and StyLua formatting preconfigured, along with a basic project structure.
Download and install Rokit, then run:
rokit install
wally install.
├── src/ # Source code
│ ├── client/ # Client scripts
│ ├── server/ # Server scripts
│ └── shared/ # Shared modules
├── default.project.json # Rojo project for publishing
├── test-place.project.json # Rojo project for local development
├── wally.toml # Package manifest
└── rokit.toml # Tool versions