Convert YAML string to Lua table. This package is very simple as it uses serde under the hood which means no extra tokenization takes place. It also supports all YAML and Lua datatypes.
This simple GitHub Action allows you to install Roblox Studio which you can integrate with your CI/CD workflow. Currently available only on macOS as Windows runners are slow and Roblox Studio is not officially on Linux.
Bump version in any JSON or TOML file with this simple GitHub Action. Unlike most of the available actions this one allows you to bump any .json or .toml file by providing its path.
Convert TOML string to Lua table. This package is very simple as it uses serde under the hood which means no extra tokenization takes place. It also supports all TOML and Lua datatypes.
Convert JSON string to Lua table. This package is very simple as it uses serde under the hood which means no extra tokenization takes place. It also supports all JSON and Lua datatypes.
Perform the subtraction of one relative or absolute path from another, yielding the subtraction difference rather than the relative path, in contrast to the result obtained when using the pathdiff crate.
Minify and convert all your SVG files to React components (single TypeScript or JavaScript module). This package was specially made for this website to improve optimization even more.
Globally set & read environment variables and paths (not just for the current process) on Windows, macOS or Linux. This Rust package lets you set environment variables easily and edit environment paths safely.
Probably the best implementation of signal class in Roblox as it combines performance and flexibility into one module. You can choose whether you prefer speed or ease of use by changing its config.
This implementation of spring class supports every major Roblox and Luau datatype as well as auto running in separate thread. It’s very easy to use and customizable via constructor or global config.
Implementation of over 20 sorting algorithms in Lua and Luau. All algorithms have been ported from Python which can be found on GeeksforGeeks site. Every file is ready to use module that can be imported.