Contribution Guide
Prerequisites
Install Go 1.8+ and rake, and then dependnecies.
rake deps
Building from source
In the repository’s directory,
rake build
Testing
rake unit_testruns unit tests. It runsgo testinternally.rake command_testruns command tests written in Gherkin.rake testruns both.
Other utilities
rake formatformats all files in Go and Ruby.rake lintlints all files in Go, Ruby and Markdown.rake cleancleans up all binaries and temporary files.
For more information, see rakefile.rb.