Riduidel / aadarchi

A maven archetype to generate easily projects allowing architecture description using a mix of C4, agile architecture, Asciidoc and PlantUML
https://riduidel.github.io/aadarchi/
Apache License 2.0
39 stars 12 forks source link

Refactor `ReadmeReader` #423

Closed Riduidel closed 3 months ago

Riduidel commented 4 months ago

Most of its code is reusable. In fact, the only parts that would requires specific configurations are

  1. The name of the file(s) to read
  2. The secion in which to insert the informations

I think it would be cool to have the common part extracted, in order for other "Reader" to be written easily.