Sha256: 13699669f15be79a2db7c8389ebcb5480ecf94500076a8f6d145483ec619e0e8

Contents?: true

Size: 369 Bytes

Versions: 1

Compression:

Stored size: 369 Bytes

Contents

require_relative 'sinatra_template/version'

class SinatraTemplate
  def run_once
    system("git clone https://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

1 entries across 1 versions & 1 rubygems

Version Path
sinatra_template-0.0.3 lib/sinatra_template.rb