2024-11-06 19:58:43 +00:00
# Template Repository
Meant to be used as a template when creating new repositories.
2024-11-23 22:21:20 +00:00
The default project json is a little advanced for some individuals' tastes. You are welcome to switch it out, or use one of the other provided project template files.
2024-11-06 19:58:43 +00:00
## Uses
- Selene for linting
2024-11-23 22:21:20 +00:00
- Rojo for syncing
- Luau Language Server for syntax, intellisense, type checking, and intellisense syncing
## Installation
- Luau Language Server [Click me ](https://marketplace.visualstudio.com/items?itemName=JohnnyMorganz.luau-lsp )
- Has an optional Roblox Studio plugin which allows for you to have intellisense for in-studio assets like Instances.
- Rojo (One way syncing) [Click me ](https://marketplace.visualstudio.com/items?itemName=evaera.vscode-rojo )
- You will need the Roblox Studio pair version of this extension.
- Selene Linting (Preferably download locally via cargo{rust}) [Click me ](https://marketplace.visualstudio.com/items?itemName=Kampfkarren.selene-vscode )
- Stylua (Styling/Formatting) [Click me ](https://marketplace.visualstudio.com/items?itemName=JohnnyMorganz.stylua )