alup / thor

A scripting framework that replaces rake and sake

Home Page:http://www.yehudakatz.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gem Version Build Status Dependency Status Code Climate

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.

About

A scripting framework that replaces rake and sake

http://www.yehudakatz.com

License:MIT License


Languages

Language:Ruby 100.0%Language:Shell 0.0%