Rethinkdb Command Line Interface
WIP: A cli for rethinkdb written in ruby. Stay tuned.
At moment there a very simply version, to try:
- Install the gem
- Run
rethinkdb-cli - Use
$cvariable to send requests to Rethinkdb server
Contributing
- Fork it ( http://github.com/byterussian/rethinkdb-cli/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request