Sha256: 3da3984991c3c01cd15b1fc74a60843f0984c84c01956ed2e895e4dcf41987cb
Contents?: true
Size: 667 Bytes
Versions: 6
Compression:
Stored size: 667 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 (in 2 different windows) bundle exec rake run:sass bundle exec rake run:app 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
6 entries across 6 versions & 1 rubygems