mirror of
https://github.com/rocult/script-template.git
synced 2026-08-14 21:23:18 +00:00
No description
- Luau 53.2%
- PowerShell 46.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| .meta | ||
| .vscode | ||
| src | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .luaurc | ||
| build.ps1 | ||
| default.project.json | ||
| LICENSE | ||
| pesde.lock | ||
| pesde.toml | ||
| README.md | ||
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.tomlto 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...
- Make sure you install pesde exactly how the documentation describes here
- Run
pesde installwhilecdin this (root) directory- [Optional] Reload Luau Language Server (
CTRL + Pand search for it)
- [Optional] Reload Luau Language Server (
- Run build.ps1, from the root