Sha256: 3940e03280dfd0c732745a809bd50c9fcec0daa71d6fdacd6e558a13a2012614
Contents?: true
Size: 884 Bytes
Versions: 213
Compression:
Stored size: 884 Bytes
Contents
[![Build Status](https://secure.travis-ci.org/wycats/thor.png?branch=master)](http://travis-ci.org/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](https://github.com/wycats/thor/wiki) for basic usage and other documentation on using Thor. License ------- Released under the MIT License. See the [LICENSE][license] file for further details. [license]: https://github.com/wycats/thor/blob/master/LICENSE.md
Version data entries
213 entries across 194 versions & 21 rubygems