-
Notifications
You must be signed in to change notification settings - Fork 553
Description
The official documentation for Thor at http://whatisthor.com/ consists of one short web page, and is woefully incomplete. For example, it makes no mention of templates. This tiny, single-page website provides very little value.
The wiki at https://github.com/rails/thor/wiki/Method-Options says:
.
NOTE: a good part of the documentation here is outdated, see the website instead: http://whatisthor.com/
However, http://whatisthor.com/ also makes no mention of method_options
either.
Thor is well-designed, well-written, and well-maintained. Its documentation, however, presents a significant barrier to those who are keen to learn it (like me).
You might as well save the expense of the yearly registration fee for http://whatisthor.com/, and just maintain the documentation on GitHub instead.
I am writing about my experience with Thor on my site: Ruby Gem Scaffold Generation With Thor. The article will be updated as I complete the generator program. The article has a section that discusses Thor's documentation. This is the generator, based on Thor.