Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 771 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 771 Bytes

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.