Hi. I’m working on creating a Ruby command-line tool that I want to
distribute as a gem. Are there any examples or references on how to do
this? I’d like to create an application similar to god or rake, where
you can enter something like “god myapp.god” and be able to enter that
command anywhere and be called without calling it like “ruby god
myapp.god” or by having to call the script that is nested deep within
the gem directory. I’m starting from scratch on this and have a very low
level of knowledge, so any help on how to do this or where to find more
information would be much appreciated. Thanks in advance.
-Eric