-
Notifications
You must be signed in to change notification settings - Fork 71
Home
derickbailey edited this page Jun 14, 2011
·
37 revisions
Welcome to the Albacore project.
Albacore is intended to be a professional quality suite of Rake tasks to help automate the process of building a .NET based system. All tasks are built using a test-first approach through rspec, and all tests are included in the Albacore gem.
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!
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.
Read the information on contributing to Albacore here