Introducing Boson - A command/task framework for irb and the commandline
Boson is a new gem which blurs the distinction between writing ruby commands for use in irb or in a shell. It comes with a powerful option parser, ability to write commands in plain non-dsl ruby and a command manager. The intro post explains its basic features. The second post reveals its integration with Hirb to produce a toggleable Hirb view per command and a useful github library.
Post a comment