public
Fork of atmos/singem
Description: A simple sinatra generator based on rubigen
Homepage: http://github.com/atmos/singen
Clone URL: git://github.com/melito/singem.git
singem /
name age message
file .gitignore Mon Apr 20 11:08:27 -0700 2009 git init [atmos]
file LICENSE Mon Apr 20 11:08:27 -0700 2009 git init [atmos]
file README.md Loading commit data...
file Rakefile
file TODO Mon Apr 20 11:08:27 -0700 2009 git init [atmos]
directory bin/
directory lib/
file singem.gemspec Sun Jul 05 12:42:36 -0700 2009 version bump the deps and update the gemspec [atmos]
directory spec/ Mon Apr 20 16:17:51 -0700 2009 rename the gem because it conflicted with someo... [atmos]
README.md

singem

Sinatra Gem Generator

Installation

% sudo gem install singem

Or build it yourself

% rake repackage
% rake install

Usage

Basic Sinatra App, no sessions, cucumber testing

% singem foo
% cd foo
% rake

Basic Sinatra App, no sessions, rspec rack-test

% singem --old-school foo
% cd foo
% rake

Basic Twitter OAuth App,

% singem --twitter foo
% cd foo
% rake
% open http://twitter.com/oauth_clients