Whatisquiz

whatisquiz is a command-line program to enjoy unix command quiz.

Installation

To install it, type:

$ gem install whatisquiz

Usage

On your terminal, just type whatisquiz then, start a quiz.

Settings

you can add your bin path to use generating quiz database. set your own settings in .whatisquiz/config.

Contributing

  1. Fork it ( https://github.com/chikyukotei/whatisquiz/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request