Is a simple class to generate the necessary files to begin with a commonly Sinatra app
$ ruby create_sinatra.rb <name_app>
Go to the name_app:
$ cd <name_app>
Run bundle:
$ bundle install
Run server:
$ shotgun
After this ENJOY IT localhost:9393