csstyle icon indicating copy to clipboard operation
csstyle copied to clipboard

Yeoman generator

Open fileboxxx opened this issue 8 years ago • 2 comments

I found that your naming convension is more clean than BEM one. So it should be very nice to introduce it to others too.

Please, add Yeoman Generator http://yeoman.io/generators/ for csstyle with the basic scafolding and structs, this will help to bump csstyle approach

fileboxxx avatar Sep 02 '15 11:09 fileboxxx

@fileboxxx what would you imagine the yeoman generator would look like? Some folks put their css in next to their JS, some people put it in a separate "styles" folder etc.

geddski avatar Sep 02 '15 17:09 geddski

Any yeoman generator based on Gulp/Grunt (i.e. anything with a postcss/sass plugin) could easily be modified to use this.

A better solution may be to provide instructions on how to use with gulp-postcss, grunt-postcss, etc.

SevereOverfl0w avatar Nov 06 '15 09:11 SevereOverfl0w