I think we should run bundle install in the new folder by default. And have a --skip-bundle-install. What do you think?
I wouldn't do that because some people use gemsets, I think it's better to be conservative but I would like to hear more opinions.
I'm with @AlfonsoUceda on this one, there shouldn't be too many assumptions regarding people's environments and preferences built in.
Me and @cllns had a conversation about this. Probably it's not a good idea. People may want to fiddle with their Gemfile first. Or if they are newcomers, they may understand that Hanami is slow to generate a new project, but it's the wait for Rubygems instead.
As last thing, I'd defer this, because we're going probably to do more work on CLI hooks.
Closing this issue because I think bundler should be run manually.