gemedit 1.0 released
gemedit easily opens any installed gem on your system in your favorite editor. It installs as a gem command, so to view the source for gemedit itself just run gem edit gemedit
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
gemedit easily opens any installed gem on your system in your favorite editor. It installs as a gem command, so to view the source for gemedit itself just run gem edit gemedit
Comments
FWIW - there’s also: https://github.com/adamsanderson/open_gem
And https://github.com/adamsanderson/qwandry :-)
Just to elaborate on those two comments, if anyone is interested, Qwandry is a bit more generalized as it handles ruby’s standard libraries as well. That being said gemedit looks very well put together with a nice set of tests :)
Post a comment