Dot-lua / Dotter

Compile lua projects in a jar like style

Home Page:https://dotter.cubicinc.ga

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotter

This is the main compiler for the dot.lua project
It connects the dots together and makes a .Dua package

Archived

This project is archived Use the merged TypeWriter version instead

Install

You can install this by running

Mac:
curl -L https://raw.githubusercontent.com/Dot-lua/Dotter/main/Scripts/Installers/Install.sh | sh

Windows:
PowerShell -NoProfile -ExecutionPolicy unrestricted -Command "[Net.ServicePointManager]::SecurityProtocol = 'Tls12'; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/Dot-lua/Dotter/main/Scripts/Installers/Install.ps1'))"

Website

You can view the website Here But its currently a 404

Lua

The Dotter project is a compiler around the Luvit.io project

License

Dotter is licensed under the MIT license

About

Compile lua projects in a jar like style

https://dotter.cubicinc.ga

License:MIT License


Languages

Language:Lua 49.7%Language:PowerShell 36.4%Language:Shell 10.0%Language:sed 3.5%Language:Batchfile 0.4%