The repository which houses scripts & other utilities for use with pesde
Find a file
2024-12-08 18:36:12 +00:00
.lune style: apply stylua formatter 2024-12-08 18:30:38 +00:00
.pesde refactor: restructure to use script package system 2024-12-08 11:09:53 +00:00
.vscode refactor: restructure to use script package system 2024-12-08 11:09:53 +00:00
src style: apply stylua formatter 2024-12-08 18:30:38 +00:00
test-files feat: test setup using frktest & more 2024-12-03 14:58:15 +00:00
.gitignore refactor: restructure to use script package system 2024-12-08 11:09:53 +00:00
.gitmodules feat: test setup using frktest & more 2024-12-03 14:58:15 +00:00
.luaurc feat: test setup using frktest & more 2024-12-03 14:58:15 +00:00
.styluaignore chore: include .styluaignore to apply formatting for .lune 2024-12-08 17:44:30 +00:00
LICENSE docs: include README & LICENSE in scripts packages 2024-12-08 16:05:52 +01:00
pesde.lock chore(lune): override alias and use proper luau-lsp bin name 2024-12-08 17:52:46 +00:00
pesde.toml chore(pkg): fix author name for @daimond113 2024-12-08 18:36:12 +00:00
README.md chore(README): fix package badge urls 2024-12-08 17:24:55 +00:00
stylua.toml chore(stylua): use tabs instead of spaces and bring back 80 width 2024-12-08 18:30:02 +00:00

pesde/scripts_core

Discord Lune pesde/scripts_core

Scripts and other utilities for use with pesde.

Prerequisites

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

  • pesde: Version >= 0.5.0-rc.15
  • lune: Version >= 0.8.9

Usage

For example, to install Rojo scripts, run:

# Add the scripts themselves
pesde add --dev pesde/scripts_rojo --target lune
# Add the Rojo CLI
pesde add --dev pesde/rojo --target lune
# Install dependencies
pesde install

If a sync 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.