I used yeoman's generator-ember to setup my ember application. I see now that there's ember-app-kit developed by an ember core team member.
Is there an advantage to using ember-app-kit over yeoman's ember generator?
I used yeoman's generator-ember to setup my ember application. I see now that there's ember-app-kit developed by an ember core team member.
Is there an advantage to using ember-app-kit over yeoman's ember generator?
There's definitely an advantage of using EAK over yeoman's generator because of the reasons mentioned above. EAK is heavily worked on, its development is led by one of the core team members, it's been built with Ember in mind.
As to generators, there's a lot of work going on right now. This is likely (it's not decided yet) to be used as a generator for EAK.
The two do overlap when trying to start up an application. This Github issue is worth looking over as the Ember.js Yeoman generator maintainers discuss the current state of EAK and their Ember generator. Both EAP and generator share the Grunt and Bower toolset.
The Ember generator team is working towards making sure the two have a good future together.
EAK does have the blessing from the Ember Core team and includes ECMAScript 6 Modules, but maintainers for the Ember.js generator mentioned that they'll make a branch that uses Ember App Kit, he might provide a migration path. Worth subscribing to the issue and following along:
Here are the template layouts for both projects:
Ember App kit:
Ember generator:
Github Issue
From Addy Osmani: