libCLImate.Ruby

libCLImate, for Ruby

Gem Version

Introduction

libCLImate is a portable, lightweight mini-framework that encapsulates the common aspects of Command-Line Interface boilerplate, including:

  • command-line argument parsing and sorting;
  • provision of de-facto standard CLI facilities, such as responding to '--help' and '--version';

libCLImate.Ruby is the Ruby version.

Table of Contents

  1. Introduction
  2. Installation
  3. Components
  4. Project Information

Installation

Install via gem as in:

    gem install libclimate-ruby

or add it to your Gemfile.

Use via require*, as in:

require 'libclimate-ruby'

Components

T.B.C.

Project Information

Where to get help

GitHub Page

Contribution guidelines

Defect reports, feature requests, and pull requests are welcome on https://github.com/synesissoftware/libCLImate.Ruby.

Dependencies

libCLImate.Ruby depends on:

License

libCLImate.Ruby is released under the 3-clause BSD license. See LICENSE for details.