Sha256: 4db982e0bc5774bed02578cd2deaf8e0f1e0e25d6f5aa80ed097dfa183d19944

Contents?: true

Size: 365 Bytes

Versions: 2

Compression:

Stored size: 365 Bytes

Contents

require_relative 'sinatra_template/version'

class SinatraTemplate
  def run_once
    system("git clone git@github.com:Scully87/Sinatra-Template.git")
  end

  def instructions
    puts "Follow these instructions:"
    puts "$ cd Sinatra-Template"
    puts "$ bundle install"
    puts "$ rackup"
    puts "Then open your browser and visit localhost:9292"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sinatra_template-0.0.2 lib/sinatra_template.rb
sinatra_template-0.0.1 lib/sinatra_template.rb