0.01
No commit activity in last 3 years
No release in over 3 years
A Sinatra application generator using Blueprint CSS, jQuery, Haml, Sass, Compass, RSpec, Cucumber, and Webrat.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.3.98
>= 2.2.3
>= 0.4.1
>= 0.8.7
>= 1.3.5
>= 0
>= 1.5.2
>= 0.9.4
>= 1.2.2
>= 0.5.1
 Project Readme

Tempatra

A RubiGen Sinatra application template generator providing Blueprint CSS, jQuery, Haml, Sass, Compass, RSpec, Cucumber, and Capybara.

Installation

$ gem sources -a http://gemcutter.org/ # If you do not have gemcutter as a source, add it!
$ sudo gem install tempatra

Basic Usage

Generate a new application

$ tempatra your-app-name

Move into your new application

$ cd your-app-name

To run your application locally

$ shotgun --server=thin -p 4567 config.ru

Then go to http://localhost:4567/ with your browser)

To compile your Sass stylesheets with Compass on demand

$ compass compile

To monitor your project for changes and automatically recompile

$ compass watch

Use autospec

$ autospec

Run RSpec and Cucumber tests

$ rake

Options

Show all options

$ tempatra

Display Tempatra version number

$ tempatra -v

Don't create git repository

$ tempatra your-app-name -N

Don't run Compass as a standalone project

$ tempatra your-app-name -C

Create and push to Heroku (requires heroku gem and Heroku account)

$ tempatra your-app-name -H

Inspiration

Aaron Quint's sinatra-gen is a Sinatra application generator that provides many options.

Authors

Stewart Laufer (theIV)
Olivier Lauzon (olauzon)

Copyright

Copyright (c) 2009-2010 Olivier Lauzon. See LICENSE for details.