No description
  • Luau 53.2%
  • PowerShell 46.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-01-31 16:13:40 +00:00
.github/workflows feat(workflow): update with working example 2026-01-27 17:51:02 +00:00
.meta fix: .darklua config 2026-01-31 16:05:13 +00:00
.vscode feat: improve settings.json 2025-12-09 16:59:56 +00:00
src initial commit 2025-04-09 19:50:56 +01:00
.editorconfig feat: editor config 2025-12-28 21:42:20 +00:00
.gitattributes feat: editor config 2025-12-28 21:42:20 +00:00
.gitignore chore: ignore sourcemap 2025-12-28 21:42:02 +00:00
.luaurc chore: re order luaurc 2025-07-31 23:56:35 +01:00
build.ps1 chore: fix build script to align with new luau lsp stuff 2026-01-31 16:09:40 +00:00
default.project.json refactor: use .meta, formatting, reorganisatoin 2025-07-11 13:30:01 +01:00
LICENSE initial commit 2025-04-09 19:50:56 +01:00
pesde.lock chore: update deps 2026-01-31 16:13:40 +00:00
pesde.toml chore: update deps 2026-01-31 16:13:40 +00:00
README.md chore: fix path to build script in readme 2026-01-31 16:13:34 +00:00

Example Project

This is an opinionated project layout, how I think you should layout your projects. View the chapters for each part below.

Documentation

Please read the documentation on how to best use this template and installation. You can find it on the docs branch here.

Warning

For selene, you must either move .meta/selene.toml to the root folder or install my fork of the extension from here. Note that you need to build it yourself.

Building and Usage

If you don't want to read the documentation...

  1. Make sure you install pesde exactly how the documentation describes here
  2. Run pesde install while cd in this (root) directory
    1. [Optional] Reload Luau Language Server (CTRL + P and search for it)
  3. Run build.ps1, from the root