Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #45 from adamralph/30
Browse files Browse the repository at this point in the history
#30 update README.md
  • Loading branch information
adamralph committed May 3, 2014
2 parents d406860 + 667e6d5 commit a278d2d
Showing 1 changed file with 15 additions and 18 deletions.
33 changes: 15 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
![Bau](https://raw.githubusercontent.com/bau-build/bau/dev/assets/bau.128.png)

Write your build scripts in C# :sunglasses:.
The C# task runner.

- [Quickstart]
- [Samples]
Write your build scripts in C# :sunglasses:.

Get it at [NuGet](https://nuget.org/packages/Bau/ "Bau on Nuget").
- [Quickstart](https://github.com/bau-build/bau/wiki/Quickstart)
- [Wiki](https://github.com/bau-build/bau/wiki)
- [Samples](https://github.com/bau-build/bau/tree/dev/src/samples)
- [NuGet package](https://nuget.org/packages/Bau/ "Bau on Nuget")
- [JabbR chat room](http://jabbr.net/#/rooms/bau)
- [![Gitter chat](https://badges.gitter.im/bau-build/bau.png)](https://gitter.im/bau-build/bau)

Powered by [scriptcs](https://github.com/scriptcs/scriptcs) and [Roslyn](http://msdn.microsoft.com/en-gb/roslyn).

## Features

Checkout the [quickstart] to get an idea of the basics.

Bau does plenty more! Checkout the [samples] for more info.

TIP: you can write **any C# you like** in your baufile. The scriptcs [#load](https://github.com/scriptcs/scriptcs/wiki/Writing-a-script#loading-referenced-scripts) and [#r](https://github.com/scriptcs/scriptcs/wiki/Writing-a-script#referencing-assemblies) features are both supported for loading scripts and referencing assemblies.
## Sponsors ##
Our build server is kindly provided by [CodeBetter](http://codebetter.com/) and [JetBrains](http://www.jetbrains.com/).

## Updates
![YouTrack and TeamCity](http://www.jetbrains.com/img/banners/Codebetter300x250.png)
## Where can I get it

Releases will be pushed regularly to [NuGet](https://nuget.org/packages/Bau/). For update notifications, follow [@adamralph](https://twitter.com/#!/adamralph).
Bau is available as a [NuGet package](https://nuget.org/packages/Bau/). For update notifications, follow [@baubuild](https://twitter.com/#!/baubuild).

To build manually, clone or fork this repository and see ['How to build'].

Expand All @@ -29,14 +29,11 @@ Absolutely! Please feel free to raise issues, fork the source code, send pull re

No pull request is too small. Even whitespace fixes are appreciated. Before you contribute anything make sure you read [CONTRIBUTING.md](https://github.com/bau-build/bau/blob/dev/CONTRIBUTING.md).

Come and chat to fellow users and developers at the [Bau JabbR chat room](http://jabbr.net/#/rooms/bau) or [![Gitter chat](https://badges.gitter.im/bau-build/bau.png)](https://gitter.im/bau-build/bau).

## What do the version numbers mean? ##

Bau uses [Semantic Versioning](http://semver.org/). The current release is 0.x which means 'initial development'. Version 1.0 will follow the release of [scriptcs](https://github.com/scriptcs/scriptcs) version 1.0.

## Sponsors ##
Our build server is kindly provided by [CodeBetter](http://codebetter.com/) and [JetBrains](http://www.jetbrains.com/).

![YouTrack and TeamCity](http://www.jetbrains.com/img/banners/Codebetter300x250.png)

----------
Bau logo designed by Vanja Pakaski.

0 comments on commit a278d2d

Please sign in to comment.