command_kit 0.1.0.pre2 released (beta testers wanted)
command_kit 0.1.0.pre2 has been released. CommandKit is a new Ruby CLI toolkit for building correct and robust CLI commands as plain-old Ruby classes. Some advantages of CommandKit is declarative DSL syntax, modular design (every feature is an includable module), a variety of built-in features (ANSI colors, --help man-pages, sub-commands, less/more pager, XDG support, etc), and easy to test.
$ gem install --pre command_kit
Post a comment