A command line tool that transforms Lua code
https://darklua.com/
|
Some checks failed
Tests / Run integration tests (push) Failing after 1m14s
Tests / Run tests (push) Failing after 38s
Tests / Verify code style (push) Failing after 42s
Tests / Generate coverage report (push) Has been skipped
Site / Build darklua site (push) Failing after 2m49s
Site / Deploy darklua site (push) Has been skipped
|
||
|---|---|---|
| .cargo | ||
| .github | ||
| bench_content | ||
| benches | ||
| scripts | ||
| site | ||
| src | ||
| tests | ||
| .envrc | ||
| .gitattributes | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE.txt | ||
| README.md | ||
darklua
Transform Lua 5.1 and Roblox Luau code using configurable 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
GitHub Releases
There are pre-built versions of darklua under the releases page available for direct downloads.
Rokit
When using Rokit, install darklua with the command:
rokit add seaofvoices/darklua
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.17.3" }
License
darklua is available under the MIT license. See LICENSE.txt for details.