mixu/markdown-styles

Config

Closed this issue · 2 comments

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

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

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