A powerful build system for the CLR
Kaizo is a build automation tool for CLR. Kaizo is using Lua as build script language. Right now, Kaizo is in very early development, but it will work on Windows, Linux and Mac. Kaizo is heavily inspired by Gradle.
You must have Git and Mono or .NET installed.
This installation method will install and compile latest Kaizo version from this repository. You can always simply download the wrapper scripts from bootstrap directory, and they will handle the installation.
git clone https://github.com/nondev/kaizo.git
cd kaizo && ./install && cp -Rf bootstrap "$YOUR_PROJECT_DIRECTORY"
git clone https://github.com/nondev/kaizo.git
cd kaizo && install && xcopy /t bootstrap "%YOUR_PROJECT_DIRECTORY%"
Here is example project.lua what can build Kaizo itself. To build it, simply run this from console:
./kaizo self.compile