Sha256: 63b22420b9f17f99fdc8efb88474aaab3e52adc77ae9b1a4e8a188cac3f0a4e1
Contents?: true
Size: 340 Bytes
Versions: 2
Compression:
Stored size: 340 Bytes
Contents
#!/usr/bin/env bash set -euo pipefail IFS=$'\n\t' set -vx # Go to project root dir cd $(git rev-parse --show-toplevel 2>/dev/null) # Install development dependencies bundle install # Instal overcommit dependencies bundle install --gemfile=.overcommit_gems.rb # Install git hooks overcommit --install # Sign git hooks overcommit --sign
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
guard-busted-1.0.1 | bin/setup |
guard-busted-1.0.0 | bin/setup |