https://github.com/seaofvoices/darklua
A command line tool that transforms Lua code
https://github.com/seaofvoices/darklua
code-generation lua
Last synced: 8 days ago
JSON representation
A command line tool that transforms Lua code
- Host: GitHub
- URL: https://github.com/seaofvoices/darklua
- Owner: seaofvoices
- License: mit
- Created: 2022-11-04T02:41:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T03:25:47.000Z (3 months ago)
- Last Synced: 2025-04-12T01:08:05.493Z (8 days ago)
- Topics: code-generation, lua
- Language: Rust
- Homepage: https://darklua.com/
- Size: 2.29 MB
- Stars: 128
- Watchers: 1
- Forks: 19
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-roblox - darklua - Transform Lua 5.1 and Roblox Lua scripts using rules. (Tooling / Compilers)
README
[](https://github.com/seaofvoices/darklua/actions/workflows/test.yml)
[](https://darklua.com/)
[](https://crates.io/crates/darklua)
[](LICENSE.txt)
[](https://github.com/seaofvoices/darklua/releases)
[](https://www.rust-lang.org/)# darklua
Transform Lua 5.1 and Roblox Lua scripts using rules.
# [Documentation](https://darklua.com/docs)
Visit https://darklua.com/docs to learn how to use darklua.
# [Try It!](https://darklua.com/try-it)
You can try darklua directly into your browser! Check out https://darklua.com/try-it.
# [Installation](https://darklua.com/docs/installation/)
## [Foreman](https://github.com/Roblox/foreman)
If you are already using Foreman, then installing darklua is as simple as adding this line in the foreman.toml file:
```toml
darklua = { github = "seaofvoices/darklua", version = "=0.13.1" }
```## [Aftman](https://github.com/LPGhatguy/aftman)
With Aftman, run:
```
aftman add seaofvoices/darklua
```# License
darklua is available under the MIT license. See [LICENSE.txt](LICENSE.txt) for details.