Sha256: 23264aa3e88773281ef5b6d3b4c9e42bedccd8ff5f72a12112c7e9314e8c7f46

Contents?: true

Size: 1.23 KB

Versions: 1

Compression:

Stored size: 1.23 KB

Contents

[![Gem Version](https://badge.fury.io/rb/thor.png)](https://rubygems.org/gems/thor)
[![Build Status](https://secure.travis-ci.org/wycats/thor.png?branch=master)](http://travis-ci.org/wycats/thor)
[![Dependency Status](https://gemnasium.com/wycats/thor.png?travis)](https://gemnasium.com/wycats/thor)
[![Code Climate](https://codeclimate.com/github/wycats/thor.png)](https://codeclimate.com/github/wycats/thor)
[![Coverage Status](https://coveralls.io/repos/wycats/thor/badge.png?branch=master)](https://coveralls.io/r/wycats/thor)

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/jimweirich/rake

Installation
------------
    gem install thor

Usage and documentation
-----------------------
Please see the [wiki][] for basic usage and other documentation on using Thor.

[wiki]: https://github.com/wycats/thor/wiki

License
-------
Released under the MIT License.  See the [LICENSE][] file for further details.

[license]: LICENSE.md

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
thor-exclude_pattern-0.18.0 README.md