mirror of
https://github.com/pesde-pkg/tooling.git
synced 2025-04-20 03:44:04 +01:00
chore(README): use stylua as example and note about support
This commit is contained in:
parent
d492e132c2
commit
ac63c1ff3a
1 changed files with 4 additions and 5 deletions
|
@ -19,15 +19,14 @@
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```sh
|
For example, to install [stylua](https://github.com/JohnnyMorganz/stylua), a Lua code formatter, run:
|
||||||
pesde x pesde/{TOOL}
|
|
||||||
|
|
||||||
# Or, install the tool into your project and have it accessible in PATH
|
```sh
|
||||||
pesde add --dev pesde/{TOOL}
|
pesde add --dev pesde/stylua
|
||||||
pesde install
|
pesde install
|
||||||
```
|
```
|
||||||
|
|
||||||
Where `{TOOL}` corresponds to the name of one of the tools present in this directory.
|
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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue