CLI Forge Gem Version Build Status Dependency Status Coverage Status Code Climate

Beat your CLI tool suites into submission!

  • Create CLI tools that are easily extended (git style args -> git-style args)

  • A help system that is friendly to you and your users.

  • That warm fuzzy feeling of being able to support plugin commands written in any language.

Ok... How Do I?

Let's start with the most basic example:

#!/usr/bin/env ruby
require "cli-forge"

CLIForge.start

License

CLI Forge is MIT Licensed.