urbas / bud

Build tool without the 'ill'.
MIT License
12 stars 2 forks source link

Build status

Table of contents

About

Bud is a build tool.

Quick start

  1. Create a Build.cs file in the top folder of your project.

  2. Run it with Bud.RunScript.exe.

See samples for examples on what Bud can do for you.

TODO: Needs easy installation instructions.

TODO: The tool to run the script should be called bud.exe (bud on Unix).

TODO: Integrate with Bud.Building.

Core principles

  1. Bud's build scripts are just C# code.

  2. In addition, Bud provides some easy to use libraries with which you can write clean and powerful build scripts.