Sha256: 03e827982d6e27398a228ee87087495e217350ea628dec219a3ba23210c48af2
Contents?: true
Size: 1.34 KB
Versions: 8
Compression:
Stored size: 1.34 KB
Contents
[![Gem Version](https://badge.fury.io/rb/thor.png)](https://rubygems.org/gems/thor) [![Build Status](https://secure.travis-ci.org/erikhuda/thor.png?branch=master)](http://travis-ci.org/erikhuda/thor) [![Dependency Status](https://gemnasium.com/erikhuda/thor.png?travis)](https://gemnasium.com/erikhuda/thor) [![Code Climate](https://codeclimate.com/github/erikhuda/thor.png)](https://codeclimate.com/github/erikhuda/thor) [![Coverage Status](https://coveralls.io/repos/erikhuda/thor/badge.png?branch=master)](https://coveralls.io/r/erikhuda/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. You can also checkout the [official homepage][homepage]. [wiki]: https://github.com/erikhuda/thor/wiki [homepage]: http://whatisthor.com/ License ------- Released under the MIT License. See the [LICENSE][] file for further details. [license]: LICENSE.md
Version data entries
8 entries across 8 versions & 3 rubygems