DEV Community

Discussion on: Build a blog with Cogear.JS

Collapse
 
tux0r profile image
tux0r

It's more handy to create text file in editor than to generate it with param.

I disagree, that's why I solved it differently. But maybe I'm mistaken on that?

Thread Thread
 
dbelyaeff profile image
Dmitriy Belyaev • Edited

It's your own preferences as a developer.

I feel this way, you feel another. It's fine, we're differ.

It'll take 5-10 minutes to update blog plugin, but really it's easier to create file in editor than to write something like this:

$ cogear blog post --title="I promise not to use generator for such purpose" --tags="one,two,three"
Thread Thread
 
mandaputtra profile image
Manda Putra • Edited

I Agree with you, love your articles also it has vue plugin. nice. Easy workflow, and one things! its styl by default.

Thread Thread
 
dbelyaeff profile image
Dmitriy Belyaev

It allows to use SASS, LESS or Stylus by default.

Proper loaders are included in default Webpack config.

Thanks for support!