Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/probablycorey/question

A collection of interactive patterns for command line user interfaces.
https://github.com/probablycorey/question

command-line ruby ruby-gem

Last synced: about 1 month ago
JSON representation

A collection of interactive patterns for command line user interfaces.

Awesome Lists containing this project

README

        

# Question

UI elements for cli apps (inspired by [Inquirer.js](https://github.com/SBoudrias/Inquirer.js/))

![ef97a66a98e2e9af8b169c34adb9e91e](https://cloud.githubusercontent.com/assets/596/5766798/10489e5e-9cb9-11e4-96ae-1fd23ebab616.gif)

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'question'
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install question

## Usage

See `examples/example.rb`