joshrotenberg / adrs

Architectural Decision Record tool in Rust
http://joshrotenberg.com/adrs/
Apache License 2.0
19 stars 5 forks source link

enhancement(templates): support MADR and possibly custom templates #7

Open joshrotenberg opened 6 months ago

joshrotenberg commented 6 months ago

It would be cool if maybe MADR was also built in and selectable via a flag/env variable as the default, as well as pointing to a custom template. I have some basic ideas around this, but there are probably some cases that are trickier than I think they'll be (for example, supporting nested files/directories).