Class: Nib::Setup

Inherits:
Object
  • Object
show all
Includes:
Command
Defined in:
lib/nib/setup.rb

Constant Summary collapse

SCRIPT =
"if [ -f bin/setup.before ]; then\n  bin/setup.before\nfi\n\nif [ -f bin/setup ]; then\n  bin/setup\nelse\n  gem install bundler\n  bundle install --jobs 4\nfi\n\nif [ -f bin/setup.after ]; then\n  bin/setup.after\nfi\n".freeze

Method Summary

Methods included from Command

#execute, included, #initialize, #script