Sha256: 4fa6697eab89f0eb99db49866c264f5cbb12ec37b95651ae2f6aa47bec2869c6
Contents?: true
Size: 574 Bytes
Versions: 4
Compression:
Stored size: 574 Bytes
Contents
# Sinatra Template This is my starter for building Sinatra applications. Take it for what it is. ## Generate a New Application First download the repo locally: ```bash $ git clone git://github.com/markbates/sinatra-template.git ``` Second run the generate command against the directory you want to create: ```bash $ ruby PATH/TO/generate.rb awesome_app ``` ```bash $ cd awesome_app $ bundle ``` That's it! You're new application should be generated. ## Run the Application ```bash $ cd awesome_app $ foreman start ``` ## Tests ```bash $ cd awesome_app $ rake ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sinatra-template-1.3.0 | template_app/README.md |
sinatra-template-1.2.0 | template_app/README.md |
sinatra-template-1.1.0 | template_app/README.md |
sinatra-template-1.0.0 | template/README.md |