If you are a PHP developer, composer
is the recommended installation method. Boomerang! can be installed globally or within the current project.
composer global require 'boomerang/boomerang=~0.2.0'
Add the following to your composer.json
"require": {
"boomerang/boomerang" : "~0.2.0"
}
Then, from your project root you can then execute ./vendor/bin/boomerang
Info to come!