vito / booklit

a pretty lit content authoring system
https://booklit.page
MIT License
175 stars 55 forks source link

support for config files #32

Open vito opened 3 years ago

vito commented 3 years ago

currently flags like --html-templates and --plugin have to be passed on every command. maybe these could be in a config file instead? then we wouldn't need to keep writing scripts like scripts/build-docs.

counter-argument: writing a script already works and is almost the same amount of work

counter-counter argument: it's a little more awkward to write docs saying 'write a script' vs 'put this in your config'