The repository which houses scripts & other utilities for use with pesde
Find a file
2025-09-22 12:22:18 +01:00
.lune refactor: add support for lune v0.10.x (#9) 2025-09-22 11:45:59 +01:00
.vscode refactor: add support for lune v0.10.x (#9) 2025-09-22 11:45:59 +01:00
src refactor: add support for lune v0.10.x (#9) 2025-09-22 11:45:59 +01:00
test-files chore(tests): update rojo test-files 2025-08-05 06:40:00 +01:00
.gitignore chore(pkg): prepare for v0.1.0 2025-08-05 12:31:56 +01:00
.gitmodules feat: include argon core logic in library 2024-12-18 12:32:16 +00:00
.luaurc refactor: add support for lune v0.10.x (#9) 2025-09-22 11:45:59 +01: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(pkg): prepare for v0.2.0 2025-09-22 12:22:18 +01:00
pesde.toml chore(pkg): prepare for v0.2.0 2025-09-22 12:22:18 +01:00
README.md refactor: add support for lune v0.10.x (#9) 2025-09-22 11:45:59 +01: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.7.0
  • lune: Version ^0.10.2

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.