for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This is sample skeleton class for Genesis build
*/
class Build extends Genesis\Build
{
public function runMyTask() // name your task -> run<TaskName>
// commands here
}