Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/probablycorey/question
- Owner: probablycorey
- License: mit
- Created: 2015-01-13T16:32:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T08:47:17.000Z (over 6 years ago)
- Last Synced: 2024-04-26T08:04:21.247Z (9 months 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/))
![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`