I am pretty new to Node.JS and was trying to explore various YO generators. Could you please explain the basic differences between a Full Stack Angular Generator and MeanJS angular generator using Yeoman.
Full Stack Angular Generator (by DaftMonk) and MeanJS Angular Generator are both generators for applications using MongoDB, Express, AngularJS, and Node.js.
But full stack angular generator has more configurable options as compared to Meanjs angular generator. Have a look here at the duplicate functionality topic . Also here is a quote from daftMonk:
I would like to talk about the direction I've been thinking about going with the fullstack generator. I don't think a behemoth generator that makes all the decisions for you is a good idea. It's fine to have it select default options, but I think almost everything should be customizable. That's why if I continue to work on this project, I would like to start breaking it up into multiple smaller generators.