rawongithub/grapethor

View on GitHub
lib/grapethor/templates/new/bin/setup.tt

Summary

Maintainability
Test Coverage
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
set -v

bundle install

# Do any other automated setup that you need to do here