Sha256: 85cf938cba789d6eaa4ce28228283b5aa9e217a82dd7e3ce7f47b613122eafb5

Contents?: true

Size: 608 Bytes

Versions: 11

Compression:

Stored size: 608 Bytes

Contents

Your new Sinatra app <%= @gen.camelname %> has been created

<% if @gen.renamed %>
(Note that '<%= @gen.filename %>' has been changed to '<%= @gen.wormname %>' because Ruby finds '-'s troubling)

<% end %>
Now do

    cd <%= @gen.wormname %>
    bundle
    bundle exec rake

And presuming that passes OK

    git add .
    git commit -m 'First commit'

Then try

    bundle exec rake run

which will launch Compass and then run the app (at http://localhost:9292)
<% unless @gen.licensor %>

You should also fill in your name in LICENSE.md
<% end %>

For post-install hints, try

    skellington postinstall

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
skellington-0.8.3 lib/sinatra/templates/post-run.eruby
skellington-0.8.2 lib/sinatra/templates/post-run.eruby
skellington-0.8.1 lib/sinatra/templates/post-run.eruby
skellington-0.8.0 lib/sinatra/templates/post-run.eruby
skellington-0.7.5 lib/templates/post-run.eruby
skellington-0.7.4 lib/templates/post-run.eruby
skellington-0.7.3 lib/templates/post-run.eruby
skellington-0.7.2 lib/templates/post-run.eruby
skellington-0.7.0 lib/templates/post-run.eruby
skellington-0.6.2 lib/templates/post-run.eruby
skellington-0.6.1 lib/templates/post-run.eruby