Paul Klumpp cd873bce75 bundle install --deployment 12 年 前
..
bin cd873bce75 bundle install --deployment 12 年 前
lib cd873bce75 bundle install --deployment 12 年 前
spec cd873bce75 bundle install --deployment 12 年 前
.document cd873bce75 bundle install --deployment 12 年 前
.gitignore cd873bce75 bundle install --deployment 12 年 前
.rspec cd873bce75 bundle install --deployment 12 年 前
.travis.yml cd873bce75 bundle install --deployment 12 年 前
CHANGELOG.rdoc cd873bce75 bundle install --deployment 12 年 前
Gemfile cd873bce75 bundle install --deployment 12 年 前
LICENSE.md cd873bce75 bundle install --deployment 12 年 前
README.md cd873bce75 bundle install --deployment 12 年 前
Thorfile cd873bce75 bundle install --deployment 12 年 前
thor.gemspec cd873bce75 bundle install --deployment 12 年 前

README.md

Build Status

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 build tool. The syntax is Rake-like, so it should be familiar to most Rake users.

Installation

gem install thor

Usage and documentation

Please see the wiki for basic usage and other documentation on using Thor.

License

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