mattetti / sinatra-web-api-example

Example application using Sinatra and the DSL gem to develop web APIs using a simple DSL and a small stack.
121 stars 19 forks source link

Generator to create new apps based on this template #6

Open mattetti opened 12 years ago

mattetti commented 12 years ago

Extract this example into a gem and add some commands to generate new apps and update existing apps.

Because some files are meant to be overwritten by developers, when updating an existing app, in the case of a conflict, a diff should be shown so the developer can choose to:

  1. overwrite
  2. skip
  3. save a diff to manual update