Skip to content
/ thor Public
forked from rails/thor

Thor is a toolkit for building powerful command-line interfaces.

License

Notifications You must be signed in to change notification settings

kamil/thor

This branch is 674 commits behind rails/thor:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a69f7fc · Aug 18, 2013
Mar 26, 2013
Aug 18, 2013
Aug 18, 2013
Nov 20, 2011
Apr 29, 2012
Jul 9, 2013
Feb 10, 2013
Mar 30, 2013
Jul 9, 2013
Aug 28, 2011
Jun 21, 2013
Jul 9, 2013
Jun 21, 2013

Repository files navigation

Gem Version Build Status Dependency Status Code Climate Coverage 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. You can also checkout the official homepage.

License

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

About

Thor is a toolkit for building powerful command-line interfaces.

Resources

License

Stars

Watchers

Forks

Packages

No packages published