|
|
|
|
|
by greaterweb
4820 days ago
|
|
I think there may be some confusion by some as to just what Yeoman is and it's usefulness. My opinion is that Yeoman strives to improve your workflow and tooling in front end development. The core team has engaged the dev community and identified how people are working, what tooling they use and what pain points they experience. Yeoman serves to centralize workflow and tooling and ease those pain points. The generators are very useful as well and extensible. Again, Yeoman may not be right for everyone but I would be interested to know more about your workflow and tooling and contrast it to some of the concepts pursued. This feedback would be useful to those considering Yeoman. |
|
I can see the usefulness, but when I try to use it, it just feels like it has a steep learning curve and I could better invest my time elsewhere.
I use node heavily, and setting up the project, `npm install express` and a few other libraries, only takes a few seconds. I can start writing code quickly. I also don't create new projects that often, but I can't imagine most people are daily creating new projects.
At work we have our own django bootstrap that we can easily hack on and clone.
I can't say exactly why it doesn't fit my use case, but it just doesn't feel right for some reason. It has a ton of dependencies. I don't see why I shouldn't just use grunt and bower directly, etc etc.