Skip to content
/ kaizo Public
forked from deathbeam/kaizo

DISCONTINUED ❌ A powerful build system for the CLR

License

Notifications You must be signed in to change notification settings

Tunmix/kaizo

This branch is up to date with deathbeam/kaizo:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f4235fa · Sep 9, 2015

History

60 Commits
Sep 9, 2015
Sep 9, 2015
Sep 8, 2015
Sep 8, 2015
Aug 31, 2015
Aug 31, 2015
Aug 31, 2015
Sep 8, 2015
Aug 29, 2015
Sep 2, 2015
Aug 31, 2015
Sep 9, 2015
Aug 31, 2015

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

Languages

  • C# 95.8%
  • Batchfile 1.6%
  • Shell 1.3%
  • Lua 1.3%