Template for Roblox projects.
Find a file Use this template
marked 8ee75b96ed
Some checks are pending
CI / Analyze (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Styling (push) Waiting to run
Initial push
2024-11-11 19:35:24 +01:00
.forgejo/workflows Initial push 2024-11-11 19:35:24 +01:00
.lune Initial push 2024-11-11 19:35:24 +01:00
.pesde Initial push 2024-11-11 19:35:24 +01:00
.zed Initial push 2024-11-11 19:35:24 +01:00
src Initial push 2024-11-11 19:35:24 +01:00
.darklua.json Initial push 2024-11-11 19:35:24 +01:00
.gitignore Initial push 2024-11-11 19:35:24 +01:00
.luaurc Initial push 2024-11-11 19:35:24 +01:00
.styluaignore Initial push 2024-11-11 19:35:24 +01:00
build.project.json Initial push 2024-11-11 19:35:24 +01:00
default.project.json Initial push 2024-11-11 19:35:24 +01:00
luau_lsp_settings.json Initial push 2024-11-11 19:35:24 +01:00
net.blink Initial push 2024-11-11 19:35:24 +01:00
pesde.lock Initial push 2024-11-11 19:35:24 +01:00
pesde.toml Initial push 2024-11-11 19:35:24 +01:00
README.md Initial push 2024-11-11 19:35:24 +01:00
rokit.toml Initial push 2024-11-11 19:35:24 +01:00
selene.toml Initial push 2024-11-11 19:35:24 +01:00
selene_definitions.yaml Initial push 2024-11-11 19:35:24 +01:00
stylua.toml Initial push 2024-11-11 19:35:24 +01:00

roblox-project-template

A template for Roblox projects using rojo, darklua, jecs and sapphire.

Workflows

These workflows are made for my forgejo instance. In order to make them work on GitHub, you have to change the used actions (such as marked/setup-rokit) to match the ones available on GitHub (for example CompeyDev/setup-rokit).
You also have to rename .forgejo to .github, although that should be pretty self explanatory.