mirror of
https://github.com/Stefanuk12/darklua.git
synced 2026-08-14 20:54:47 +00:00
A command line tool that transforms Lua code
- Rust 95.2%
- JavaScript 3.8%
- Lua 0.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Before this change darklua would only use the closest `.luaurc` configuration to the entry point when bundling. Now it searches for each file added in the bundle. --------- Co-authored-by: jeparlefrancais <[email protected]> |
||
| .cargo | ||
| .github | ||
| bench_content | ||
| benches | ||
| scripts | ||
| site | ||
| src | ||
| tests | ||
| .gitattributes | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| 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.19.0" }
License
darklua is available under the MIT license. See LICENSE.txt for details.