Skip to content
AnthonyMastrean edited this page Sep 28, 2012 · 10 revisions

Albacore is a professional quality suite of Rake tasks to help automate the process of building a .NET or Mono based system. All tasks are built using a test-first approach through rspec, and all tests are included in the Albacore gem. All details relating to aims and releases can be found at albacorebuild.net and by following @albacorebuild.

How To Install Albacore

If you would like to install the current, stable release of albacore, you can do so easily through the standard RubyGems.org server. Follow these simple instructions and you will be good to go.

gem install rake
gem install albacore

That's it! You're now equiped with everything you need to get up and running with albacore!

How To Use Albacore

After installing Albacore, you only need to require 'albacore' in your rakefile. This will allow you to use the tasks that Albacore includes.

You may now want to check the Getting Started section.

Contributing

Read the information on contributing to Albacore on the How To Contribute page

Albacore

Meta & Config

Tasks

Dev & Docs

Clone this wiki locally