Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

deathbeam/kaizo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaizo

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.

Installation

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.

Linux or Mac OS X

git clone https://github.com/nondev/kaizo.git
cd kaizo && ./install && cp -Rf bootstrap "$YOUR_PROJECT_DIRECTORY"

Windows

git clone https://github.com/nondev/kaizo.git
cd kaizo && install && xcopy /t bootstrap "%YOUR_PROJECT_DIRECTORY%"

Example

Here is example project.lua what can build Kaizo itself. To build it, simply run this from console:

./kaizo self.compile

About

DISCONTINUED ❌ A powerful build system for the CLR

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published