Anvil is a tool for the real craftsmen to build its own tools.
Anvil tries to be a framework for building command line applications to automate tedious tasks like apps or gems releasing process. Pull request updating, etc.
To install it:
gem install anvil To see all the options execute:
$ anvil - Fork it
- 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 new Pull Request