https://github.com/ik5/thor_testing
Testing the thor library
https://github.com/ik5/thor_testing
Last synced: about 1 year ago
JSON representation
Testing the thor library
- Host: GitHub
- URL: https://github.com/ik5/thor_testing
- Owner: ik5
- License: mit
- Created: 2013-07-22T10:41:34.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-22T11:23:41.000Z (almost 13 years ago)
- Last Synced: 2025-02-02T07:14:09.110Z (over 1 year ago)
- Language: Ruby
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
thor_testing
============
[Thor](http://whatisthor.com/) is a Command line parser library for Ruby, that
allow us to create a very complex requirements with minimal efforts.
The code in this repo, helps me to better understand things.
Each file contains a specific example on how to do things.
I'm using both the main site, and the
[wiki](https://github.com/erikhuda/thor/wiki) to better understand things.
Further more, I'm going to explain what each file does, as a comment inside.
License
=======
MIT License