Sha256: 37e8dc6ad17803344a9663d461afbcac0fd905fbae6e581274d3e6738f24c26d

Contents?: true

Size: 547 Bytes

Versions: 5

Compression:

Stored size: 547 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'

You can run the app with

    bundle exec rackup
<% unless @gen.licensor %>

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

For post-install hints, try

    skellington postinstall

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
skellington-0.5.2 lib/templates/post-run.eruby
skellington-0.5.1 lib/templates/post-run.eruby
skellington-0.5.0 lib/templates/post-run.eruby
skellington-0.4.16 lib/templates/post-run.eruby
skellington-0.4.15 lib/templates/post-run.eruby