From a38927c3cd445f1de760ac7731787b9b7df591ec Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Mon, 25 Nov 2024 15:35:58 +0000 Subject: [PATCH] chore: include README for `bins/` dir --- bins/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bins/README.md diff --git a/bins/README.md b/bins/README.md new file mode 100644 index 0000000..f54618f --- /dev/null +++ b/bins/README.md @@ -0,0 +1,17 @@ +# bins/README.md + +This directory contains common Luau tooling repackaged for pesde. They can be used by running: + +```sh +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. + + \ No newline at end of file