mirror of
https://github.com/pesde-pkg/scripts.git
synced 2024-12-12 07:00:35 +00:00
The repository which houses scripts & other utilities for use with pesde
|
||
---|---|---|
.lune | ||
.pesde | ||
.vscode | ||
src | ||
test-files | ||
.gitignore | ||
.gitmodules | ||
.luaurc | ||
.styluaignore | ||
LICENSE | ||
pesde.lock | ||
pesde.toml | ||
README.md | ||
stylua.toml |
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.