I am creating generator-ember-fullstack .
The main reason I started this is first I need a complete stack environment.
The first step is to create a project workflow. I select gulp and run the project template.
Then it grows, then I decided to add scaffolding, and I ended up working on generator-ember-fullstack .
The main solution for building generator-ember-fullstack was to have a full stack environment, this includes server forests as well as the client side.
And I really didn't like the grunt-connect plugin, which basically fires a fake server to serve your application. I needed a project, teams for assembly and deployment.
I did not know what to do with the public folder, which is created using grunt build .command.
And with ember there is ember-cli , which is generator-ember on steroids. Again, it lacks the server side, and it is also configured.
But, of course, generator-ember-fullstack only supports nodejs on server. Which is perfect for me.
source share