An open API service indexing awesome lists of open source software.

https://github.com/kwatch/benry-ruby

Utility libraries for Ruby
https://github.com/kwatch/benry-ruby

ruby

Last synced: about 1 year ago
JSON representation

Utility libraries for Ruby

Awesome Lists containing this project

README

          

Benry
=====

Useful tools in Ruby.

Benry-CLI
---------

[OBSOLETE] MVC-like framework for command-line application.

https://github.com/kwatch/benry-ruby/tree/main/benry-cli

(This is obsolete. Use Benry-CmdApp instead.)

Benry-CmdApp
------------

Command-line application framework.

https://github.com/kwatch/benry-ruby/tree/main/benry-cmdapp

Benry-CmdOpt
------------

Command option parser. Much better than `optparse.rb`.

https://github.com/kwatch/benry-ruby/tree/main/benry-cmdopt

Benry-Config
------------

Small library for configuration of application.

https://github.com/kwatch/benry-ruby/tree/main/benry-config

Benry-Recorder
--------------

Test double (spy, stub, or mock) library for unit test.

https://github.com/kwatch/benry-ruby/tree/main/benry-recorder

Benry-UnixCommand
-----------------

Utility which provides basic UNIX command features. Better than `FileUtils.rb`.

https://github.com/kwatch/benry-ruby/tree/main/benry-unixcommand

Benry-YamlUtil
--------------

[EXPERIMENTAL] Utility for YAML library.

https://github.com/kwatch/benry-ruby/tree/main/benry-yamlutil