adr / e-adr

Architectural Decisions Records embedded in Java code
https://adr.github.io/e-adr/
Eclipse Public License 2.0
25 stars 7 forks source link

How to generate adr files from code? #5

Open gotson opened 5 years ago

gotson commented 5 years ago

Hi,

i am trying to generate the ADR .md files from the code. I have added @MADR and @ADR annotations in my code, but i don't understand how to generate the corresponding ADR files?

koppor commented 5 years ago

This is a TODO. Following tool may form the base: https://adr.github.io/eadlsync/ - Any help is highly appreciated!

Am Di., 6. Nov. 2018, 10:31 hat Gauthier notifications@github.com geschrieben:

Hi,

i am trying to generate the ADR .md files from the code. I have added @MADR and @ADR annotations in my code, but i don't understand how to generate the corresponding ADR files?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/adr/e-adr/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/ABTafvOXXjz3xX_K3SG_kkYxN3QJCb6pks5usVbxgaJpZM4YQDt_ .

koppor commented 8 months ago

Stil on the list. Hopefully resuming work on this in near future!

koppor commented 3 weeks ago

Implementation idea: Use javaparser and generate ADRs. -- with jbang this should be an "easy" "script".