README.rdoc

April 30, 2013 ยท View on GitHub

= ripltools

This is a meta gem that installs a base set of {ripl}[https://github.com/cldwalker/ripl] plugins for a nice-to-use, general purpose ripl.

== Setup

gem install ripltools

== Usage To use it, put the following in your ~/.riplrc file (this file is loaded every time you start ripl):

require 'ripltools'

If it does not exist, just create a new one.

You cannot modify the loaded plugins. If you want to change them, copy the source of this gem and paste it in your .riplrc.

Alternatively, you can use ripltools to easily install the plugins, but require manually the ones you want.

=== Irbtools The {irbtools}[https://github.com/janlelis/irbtools] gem is compatible with ripl and ripltools. ripltools only includes ripl-specific gems, while irbtools includes general "Ruby console features" (e.g. {interactive_editor}[https://github.com/jberkel/interactive_editor]).

=== Included gems

==== Not included, anymore

=== Other interesting ripl plugins, but not included in ripltools

The {ripl github page}[https://github.com/cldwalker/ripl] has a large list of available plugins. You can also search through rubygems with:

gem list -r ripl-.*

== Copyright

Copyright (c) 2010-2013 Jan Lelis http://happycode.org released under the MIT license.

J-_-L