This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
singem /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Apr 20 11:08:27 -0700 2009 | |
| |
LICENSE | Mon Apr 20 11:08:27 -0700 2009 | |
| |
README.md | Mon Nov 23 00:19:52 -0800 2009 | |
| |
Rakefile | Mon Nov 23 00:20:11 -0800 2009 | |
| |
TODO | Mon Apr 20 11:08:27 -0700 2009 | |
| |
bin/ | Mon Nov 23 00:19:52 -0800 2009 | |
| |
lib/ | Mon Nov 23 00:19:52 -0800 2009 | |
| |
singem.gemspec | Sun Jul 05 12:42:36 -0700 2009 | |
| |
spec/ | Mon Apr 20 16:17:51 -0700 2009 |
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







