mixu / markdown-styles

Markdown to static HTML generator and multiple CSS themes for Markdown
1.85k stars 251 forks source link

Config #35

Closed Mevrael closed 8 years ago

Mevrael commented 8 years ago

Is there any way to set up parameters I want to be used anytime I just run generate-md in project root folder?

Each time writting --input, --output etc is not the best option.

mixu commented 8 years ago

yeah - there are a couple of options - you could use a Makefile (like I do here https://github.com/mixu/cssbook/blob/master/Makefile ) or a shell script or a npm script depending on how you want to do it

mixu commented 8 years ago

I'm not a huge fan of .toolspecificconfigfiles (like, say jshintrc) when there are some low tech options that are good enough