tooling/bins/darklua
Luka 3e1876ad43
feat(lib): switch to luau-unzip (#3)
* 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>
2025-01-16 13:08:06 +05:30
..
init.luau feat(bins): include darklua bin 2024-11-30 06:00:47 +00:00
pesde.lock feat(lib): switch to luau-unzip (#3) 2025-01-16 13:08:06 +05:30
pesde.toml chore(bins): bump darklua to v0.15.0 2024-12-25 05:55:31 +00:00
README.md fix: correctly parse base64 with whitespace 2024-12-09 10:46:25 +01:00

checks site version license GitHub all releases GitHub top language

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.