Sha256: 1708a2567f11ac7c0c5f4e62ab4789705ff4d6003cf600480ef19e972e377dce

Contents?: true

Size: 436 Bytes

Versions: 2

Compression:

Stored size: 436 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 "Hello and thank you for Downloading"
    puts "Follow these instructions:"
    puts "$ cd Sinatra_Template"
    puts "$ bundle install"
    puts "$ rackup"
    puts "Open browser to localhost address"
    puts "Edit files accordingly"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sinatra_template-0.0.5 lib/sinatra_template.rb
sinatra_template-0.0.4 lib/sinatra_template.rb