command_kit 0.1.0 released!
command_kit 0.1.0 has been released! After much work, feedback, testing, this is the first stable release of CommandKit. CommandKit is a new Ruby CLI toolkit for building correct and robust CLI commands as plain-old Ruby classes that include modules. 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.
Post a comment