Thor notes¶
| ruby |
Some time ago I used Thor for one CLI application. I investigated several tools, but picked Thor because of its simplicity and easy to star. In general you would need only the official documentation. But, I used Bundler as real sample of Thor usage also.
Here is the list of articles, notes about Thor which might be helpful:
- Thor Getting Started
- Building Your Tools With Thor - Thor overview
- Thor wiki
- Thor::Group as a sub-command with arguments
- [Thor::Group generators as args of my_command][]
- Namespacing Thor commands in a standalone ruby executable
- Packaging Thor commands in separate classes/modules/files
- Ruby Thor based executable with namespaces