Highlight
This is the Highlight Ruby SDK
Installation
And then execute:
$ bundle install
Or install it yourself as:
$ gem install highlight
Contributing
- Install rbenv
- Install ruby
rbenv install - Install bundle
gem install bundler - Install dependencies
bundle install
Testing
bundle exec rake
Linting
bundle exec rubocop(use with-ato autocorrect)