public
Description: A simple sinatra generator based on rubigen
Homepage: http://github.com/atmos/singen
Clone URL: git://github.com/atmos/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 Mon Nov 23 00:19:52 -0800 2009 update to more modern bundler usage and release... [atmos]
file Rakefile Mon Nov 23 00:20:11 -0800 2009 next version is 0.0.7 [atmos]
file TODO Mon Apr 20 11:08:27 -0700 2009 git init [atmos]
directory bin/ Mon Nov 23 00:19:52 -0800 2009 update to more modern bundler usage and release... [atmos]
directory lib/ Mon Nov 23 00:19:52 -0800 2009 update to more modern bundler usage and release... [atmos]
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
% gem bundle
% bin/rake

Basic Twitter OAuth App,

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