QuiversBrew
Set of modules which defines common tasks to build, deploy C# projects. It also allows to query details about the project's hosting environment in Azure
Installation
Add this line to your application's Gemfile:
gem 'quiversbrew'
And then execute:
$ bundle
Or install it yourself as:
$ gem install quiversbrew
Usage
Typically used inside a Rakefile
Contributing
- Fork it ( https://daonicolas@bitbucket.org/quivers/quivers.taskrunner/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request