Pesde packages for common Luau tooling.
Find a file
2025-04-29 05:55:03 +01:00
.lune chore: migrate to process.exec for lune v0.9.0 2025-04-29 05:55:03 +01:00
.vscode chore: update lune typedefs for v0.9.0 2025-04-29 05:53:36 +01:00
bins chore(lib): prepare for v0.1.13 2025-04-21 16:06:21 +01:00
toolchainlib chore: migrate to process.exec for lune v0.9.0 2025-04-29 05:55:03 +01:00
.gitignore chore(gitignore): use new path for toolchainlib pesde lockfile 2024-12-01 05:40:26 +00:00
.luaurc chore: update lune typedefs for v0.9.0 2025-04-29 05:53:36 +01:00
CHANGELOG.md chore(lib): prepare for v0.1.13 2025-04-21 16:06:21 +01:00
LICENSE chore: rename LICENSE.md to LICENSE 2024-12-08 18:10:04 +01:00
pesde.lock chore: update dependencies & lockfiles 2025-04-09 08:22:37 +01:00
pesde.toml chore(pkg): update lune and pesde engines to latest 2025-04-29 05:44:53 +01:00
README.md chore(bins): include asphalt bin 2024-12-16 19:37:56 +00:00

pesde/tooling

Discord Lune

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


Prerequisites

To ensure proper functionality, please make sure you have the following dependencies installed:

  • pesde: Version >= 0.5.0-rc.13
  • lune: Version >= 0.8.7

Usage

For example, to install stylua, a Lua code formatter, run:

pesde x pesde/stylua -- --version

# Or, install the tool into your project and have it accessible in PATH
pesde add --dev pesde/stylua --target lune
pesde install
stylua --version

Refer to the above table for a list of support tooling packages.

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.