Gthor
Gthor - Thor with extension management on RubyGem framework
Gthor finds not only Thorfiles by traversing from current directory down to the root, but also Gthorfile
at the current directory (no traversing) or root of all installed gems, and then enables to exec it as subcommands of gthor
. So Gthor can manage Thor extensions on RubyGem framework, by gem
command.
Installation
gem install gthor
Usage
Format of Gthorfile
is same with Thorfiles, which contain standard ruby code with Thor functionalities. Please see Thor wiki for detailed usages.
Contributing
- Fork it
- Create your feature branch (`git checkout -b my-new-feature`)
- Commit your changes (`git commit -am ‘Added some feature’`)
- Push to the branch (`git push origin my-new-feature`)
- Create new Pull Request