meanjs / generator-meanjs

MEAN.JS Official Yeoman Generator
http://meanjs.org/
473 stars 178 forks source link

Old generators have been refactored to use new structure #157

Closed UndeadBaneGitHub closed 8 years ago

UndeadBaneGitHub commented 8 years ago

With tests

TODO:

codydaig commented 8 years ago

@UndeadBaneGitHub Awesome! I would prefer each sub generator to be it's own PR to make review / discussions easier to track, and some can get merged in faster than others if there's more work to be done. As you break them up, We'll do a detailed review and they should be able to get merged in! Thanks a bunch!

UndeadBaneGitHub commented 8 years ago

@codydaig sure, I will break the up shortly and do incremental PRs. Would you like me to split the tests into different files as well - or rather just add them one by one to angular.test.js/express.test.js?

codydaig commented 8 years ago

@UndeadBaneGitHub I'd prefer separate files as well.

Thanks again!

codydaig commented 8 years ago

@UndeadBaneGitHub A couple style things I notice right now to avoid a huge stream of line comments from reviewers:

UndeadBaneGitHub commented 8 years ago

@codydaig thanks for that, will address it in the code as I add PRs :)

UndeadBaneGitHub commented 8 years ago

@codydaig Added separate PRs for each of the features separately and changed the code style. I can also add .idea folder to the project, so that if anyone would use Webstorm (like I do) would have proper settings in addition to .editorconfig, which Webstorm for some reason ignored.