Pesde packages for common Luau tooling.
Find a file
2024-11-26 12:53:46 +05:30
.lune chore(lib): include README 2024-11-25 15:25:21 +00:00
.vscode feat: use dev mode based on env var 2024-11-23 15:59:22 +00:00
bins chore(README): remove bins/ README 2024-11-25 22:04:22 +05:30
toolchainlib chore(lib/README): update pesde badge to include version from manifest 2024-11-25 21:32:42 +05:30
.gitignore chore(lune): include lune dev scripts 2024-11-25 06:23:39 +00:00
.luaurc chore(lune): include lune dev scripts 2024-11-25 06:23:39 +00:00
LICENSE.md chore(LICENSE): rename to include markdown ext 2024-11-24 17:10:41 +00:00
pesde.lock chore: update pesde workspace lockfile 2024-11-25 08:21:01 +00:00
pesde.toml chore(lune): include lune dev scripts 2024-11-25 06:23:39 +00:00
README.md chore(README): fix broken lune badge 2024-11-26 12:53:46 +05:30

pesde/tooling

Discord Lune

Common Luau tooling packaged for pesde, for use within fully pesde-managed projects.


Tool Available package
pesde/stylua stylua
pesde/luau-lsp luau-lsp

Usage

pesde x pesde/{TOOL}

# Or, install the tool into your project and have it accessible in PATH
pesde add --dev pesde/{TOOL}
pesde install

Where {TOOL} corresponds to the name of one of the tools present in this directory.

If a Luau tool you would like is not present here, please open an issue or submit a PR, following the format of one of the existing tools.

License

This project is licensed under the MIT license.