Difference between ember init and ember new

Hi,

Ember newbie here. Whats the ember init and ember new.

Thanks!

It is almost the same but new will setup a git repository for your project. init you can also use if you upgrade to a new ember-cli version. Run gitk to see the git commits.

1 Like