Sha256: 7a1aa34541e7638fc7787c5e34467a37a2b71e10fc3805969d8e2ae8a379153e
Contents?: true
Size: 771 Bytes
Versions: 10
Compression:
Stored size: 771 Bytes
Contents
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](https://github.com/wycats/thor/wiki) for basic usage and other documentation on using Thor. License ------- Released under the MIT License. See the [LICENSE][license] file for further details. [license]: https://github.com/wycats/thor/blob/master/LICENSE.md
Version data entries
10 entries across 10 versions & 2 rubygems