# Etwin client for ruby ## Installation Add this line to your application's Gemfile: ```ruby gem 'etwin' ``` And then execute: ``` bundle install ``` ## Usage TODO ## Development ``` bundle install bundle exec rubocop bundle exec rspec bundle exec rake release bundle exec rake install bundle exec srb tc ```