Skip to content
This repository has been archived by the owner on Nov 16, 2017. It is now read-only.

lucasmazza/showtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Showtime

Showtime's a sinatra apps generator based on thor. Just run showtime [appame] and start hacking!

Installation

gem install showtime

Usage

showtime [appname] [options]

Available options

appname   folder name for the application. Otherwise uses the current folder.
--gemfile creates a Gemfile inside your application folder.
--views   creates the public/javascripts and public/stylesheets folders, and a sample index.erb view.