Skip to content

Instantly share code, notes, and snippets.

@Tasha25
Created May 3, 2014 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tasha25/b2fab33dcd7fbbab1dad to your computer and use it in GitHub Desktop.
Save Tasha25/b2fab33dcd7fbbab1dad to your computer and use it in GitHub Desktop.
Sinatra - Possible startup app
Name
mkdir config db helpers lib models public routes views
mkdir db/migrate
touch config.ru Gemfile main.rb Procfile README
touch database.yml environments.rb unicorn.rb
touch helpers/helper1.rb
touch helpers/init.rb
touch models/init.rb
touch public/css public/fonts public/img public/js
touch routes/init.rb
touch views
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment