Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 584 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 584 Bytes

Anvil

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.

Installation

To install it:

gem install anvil

Usage

To see all the options execute:

$ anvil

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request