Skip to content

Instantly share code, notes, and snippets.

@jdickey
Created September 14, 2016 06:29
Show Gist options
  • Select an option

  • Save jdickey/dd6a3438ed9888ab528c75edb8caddc7 to your computer and use it in GitHub Desktop.

Select an option

Save jdickey/dd6a3438ed9888ab528c75edb8caddc7 to your computer and use it in GitHub Desktop.
Quick-and-dirty Rake summary, suitable for quoting in commit messages.
#!/bin/bash
alias rerake='bin/rake clean test rubocop reek && bin/rake flay && bin/rake flog | head -5 && say "All "; say "Done."'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment