Sha256: 06f03c05a6a5ba4b3bec2067fd5df90e23dd7a1c1f78fb939438751d861837cb

Contents?: true

Size: 547 Bytes

Versions: 3

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.licensee %>

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

For post-install hints, try

    skellington postinstall

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
skellington-0.4.13 lib/templates/post-run.eruby
skellington-0.4.11 lib/templates/post-run.eruby
skellington-0.4.10 lib/templates/post-run.eruby