Project

showtime

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Application generator for simple Sinatra apps
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
~> 2.1

Runtime

~> 0.14.4
 Project Readme

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.