Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atmos/singem
A simple sinatra generator based on rubigen
https://github.com/atmos/singem
Last synced: 2 months ago
JSON representation
A simple sinatra generator based on rubigen
- Host: GitHub
- URL: https://github.com/atmos/singem
- Owner: atmos
- License: mit
- Created: 2009-04-20T19:22:23.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-02T17:33:25.000Z (over 13 years ago)
- Last Synced: 2024-10-14T13:04:08.526Z (3 months ago)
- Language: Ruby
- Homepage: http://github.com/atmos/singen
- Size: 239 KB
- Stars: 25
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
singem
======*S*inatra *G*em Generator
Installation
============% gem install singem
Or build it yourself
% rake repackage
% rake installUsage
=====Basic Sinatra App, no sessions, cucumber testing
------------------------------------------------
% singem foo
% cd foo
% bundle install --binstubs
% bin/rake