Search code examples
rubyjrubysinatrajruby-rack

Is there a JRuby-Rack Sinatra Warbler Project archtype?


Is there a project archetype (or whatever the ruby community calls it) for a jruby + rack + Sinatra project that creates a WAR deployment file with all required dependencies all ready to go?

What I want is the equivalent to "rails appname" that creates a ready to go project with ant/rake scripts and a basic directory hierarchy all ready to go.

Does such a beast exist?


Solution

  • I found this which shows how rack can be used with sinatra