mirror of
https://github.com/pesde-pkg/tooling.git
synced 2025-03-04 02:51:47 +00:00
![]() * chore(bins): bump `asphalt` to v0.8.4 * chore(bins): bump `selene` to v0.28.0 * feat(lib): use luau-unzip * chore(CHANGELOG): add luau-unzip * chore: switch back to CRLF * fix(lib): extracting wrong binary * refactor(lib): use extractEntry function * refactor(lib): make checks explicit and add comments to zip decompressor * chore(lib): remove unused exec util * chore(CHANGELOG): remove trailing full-stop --------- Co-authored-by: Erica Marigold <hi@devcomp.xyz> |
||
---|---|---|
.. | ||
init.luau | ||
pesde.lock | ||
pesde.toml | ||
README.md |
darklua
Transform Lua 5.1 and Roblox Lua scripts using rules.
Documentation
Visit https://darklua.com/docs to learn how to use darklua.
Try It!
You can try darklua directly into your browser! Check out https://darklua.com/try-it.
Installation
Foreman
If you are already using Foreman, then installing darklua is as simple as adding this line in the foreman.toml file:
darklua = { github = "seaofvoices/darklua", version = "=0.13.1" }
Aftman
With Aftman, run:
aftman add seaofvoices/darklua
License
darklua is available under the MIT license. See LICENSE.txt for details.