DEV Community

Discussion on: Build a blog with Cogear.JS

Collapse
 
tux0r profile image
tux0r

That sounds like a lot of effort just to have a simple blog, to be honest. Cogear.JS (wouldn't "Cogear" be a better name?) should at least have a --new-article parameter like mine has. :-)

Collapse
 
dbelyaeff profile image
Dmitriy Belyaev

It's not blog engine by default.

1-3 minutes sounds like "a lot"? Are you seriously?

Why should it have such a param? It's more handy to create text file in editor than to generate it with param.

I can do this easily via blog plugin, but I don't really feel like it's needed to has such a param.

Let's listen to other community members.

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!