Skip to content

Instantly share code, notes, and snippets.

@matiskay
Created December 30, 2011 17:22
Show Gist options
  • Save matiskay/1540670 to your computer and use it in GitHub Desktop.
Save matiskay/1540670 to your computer and use it in GitHub Desktop.
A basic sinatra Scaffold using Thor

Sinatra Scaffold

This a simple sinatra scaffold using Thor

How it works

$ thor sinatra:scaffold <app-name>

The script creates

app-name/
  app-name.rby
  config/
    deploy.rb
  public/
    css/
      style.css
    js/
      underscore.js
      jquery.js
      app.js
  lib/
  views/
    layout.hml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment