mirror of
https://github.com/pesde-pkg/tooling.git
synced 2025-04-04 10:50:57 +01:00
Pesde packages for common Luau tooling.
.lune | ||
.vscode | ||
bins | ||
toolchainlib | ||
.gitignore | ||
.luaurc | ||
LICENSE.md | ||
pesde.lock | ||
pesde.toml | ||
README.md |
pesde/tooling
Common Luau tooling packaged for pesde, for use within fully pesde-managed projects.
Tool | Available package |
---|---|
pesde/stylua |
|
pesde/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.