yeoman / generator-webapp_DEPRECATED

Yeoman generator that scaffolds out a front-end web app
http://yeoman.io
975 stars 309 forks source link

Add receipes to yeoman generator #635

Closed Upgreydd closed 8 years ago

Upgreydd commented 8 years ago

Please add all receipes to generator. It would be nice to generate whole project without rewriting it using receipes.

silvenon commented 8 years ago

If I understood you correctly, you want us to implement all recipes into the generator?

Upgreydd commented 8 years ago

That would be nice, but this is only feature. Every time I use these generator I'm changing sass to less and html to jade. In my opinion selectable options when generating project would be nicer ;)

Don't get me wrong, that's a proposition only.

silvenon commented 8 years ago

Unfortunately we can't do this, that's why we added recipes in the first place.

We added Sass because it's the most popular choice and changing it to another preprocessor should be easy.

We also got a number of requests to implement Jade or some other templating language, but because there are so many of them and there's no clear winner (depends on your framework, it could be Handlebars, JSX etc.), we decided to stick with HTML. We mentioned it in the FAQ.

You could maintain your own fork of this generator with these features included.