tooling/bins
2024-11-25 15:35:58 +00:00
..
luau-lsp style: apply formatting to all files 2024-11-25 11:47:56 +00:00
stylua style: apply formatting to all files 2024-11-25 11:47:56 +00:00
README.md chore: include README for bins/ dir 2024-11-25 15:35:58 +00:00

bins/README.md

This directory contains common Luau tooling repackaged for pesde. They can be used by running:

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.