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: 10 months ago
JSON representation
A collection of interactive patterns for command line user interfaces.
- Host: GitHub
- URL: https://github.com/probablycorey/question
- Owner: probablycorey
- License: mit
- Created: 2015-01-13T16:32:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T08:47:17.000Z (about 8 years ago)
- Last Synced: 2024-04-26T08:04:21.247Z (about 2 years ago)
- Topics: command-line, ruby, ruby-gem
- Language: Ruby
- Homepage:
- Size: 265 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Question
UI elements for cli apps (inspired by [Inquirer.js](https://github.com/SBoudrias/Inquirer.js/))

## 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`