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
- Host: GitHub
- URL: https://github.com/kwatch/benry-ruby
- Owner: kwatch
- License: mit
- Created: 2021-08-03T12:44:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T11:51:51.000Z (over 1 year ago)
- Last Synced: 2025-04-13T13:04:51.377Z (about 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 1.56 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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