- Make sure you have
ruby
available on the command line - Install with
bundle install
- Run tests with
bundle exec rake
- Run individual test with
rspec <path to test>
- Run one of the scripts in
./example/scripts
, see the readme for more detail, and scripts
- check
bundle exec rake --tasks
If you change the CLI commands, run bundle exec script/update-cli-usage-in-readme.rb
to update the README.md
automatically.