@pact-foundation/pact-mock-service-linux-x64
Version:
48 lines (36 loc) • 1.6 kB
Markdown
Thor
====
[][gem]
[][travis]
[][gemnasium]
[][codeclimate]
[][coveralls]
[gem]: https://rubygems.org/gems/thor
[travis]: http://travis-ci.org/erikhuda/thor
[gemnasium]: https://gemnasium.com/erikhuda/thor
[codeclimate]: https://codeclimate.com/github/erikhuda/thor
[coveralls]: https://coveralls.io/r/erikhuda/thor
Description
-----------
Thor is a simple and efficient tool for building self-documenting command line
utilities. It removes the pain of parsing command line options, writing
"USAGE:" banners, and can also be used as an alternative to the [Rake][rake]
build tool. The syntax is Rake-like, so it should be familiar to most Rake
users.
[rake]: https://github.com/ruby/rake
Installation
------------
gem install thor
Usage and documentation
-----------------------
Please see the [wiki][] for basic usage and other documentation on using Thor. You can also checkout the [official homepage][homepage].
[wiki]: https://github.com/erikhuda/thor/wiki
[homepage]: http://whatisthor.com/
Contributing
------------
If you would like to help, please read the [CONTRIBUTING][] file for suggestions.
[contributing]: CONTRIBUTING.md
License
-------
Released under the MIT License. See the [LICENSE][] file for further details.
[license]: LICENSE.md