Sha256: 09993e188736bd37adc2f25a764b5fc4e0e480f63748c3cfb8ed0d8991f0a289
Contents?: true
Size: 633 Bytes
Versions: 6
Compression:
Stored size: 633 Bytes
Contents
# cm-quiz > A CLI tool to review your CodementorX project ## Installation💻 Make sure you have a working Ruby environment (2.3 or later is required). ### Install Ruby using [RVM](https://rvm.io/) (for those with older versions of Ruby) ```sh $ ruby -v # Make sure your Ruby version is at least 2.3.0, below will demo how to install required Ruby version $ curl -sSL https://get.rvm.io | bash -s stable # restart your terminal $ rvm install 2.3.0 $ rvm use 2.3.0 ``` ### Install `cm-quiz` ```sh $ gem install cm_quiz ``` ## Start review your quiz🕵️ ```sh $ cm-quiz test --endpoint=https://your-test-endpoint.com ```
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
cm_quiz-0.0.8 | README.md |
cm_quiz-0.0.7 | README.md |
cm_quiz-0.0.6 | README.md |
cm_quiz-0.0.5 | README.md |
cm_quiz-0.0.4 | README.md |
cm_quiz-0.0.3 | README.md |