masesgroup / JCOReflector

A set of Java classes to use .NET from any JVM enabled language (Java, Kotlin, Scala and others)

Home Page:https://jcoreflector.masesgroup.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add automatic update of README.md with report

mariomastrodicasa opened this issue · comments

Is your feature request related to a problem? Please describe.
When the report is generated, at the end of reflection, the report is available in console. README.md has the same report within it, but it is manually written.
Feature #3 uses external files to update README.md accordingly, anyway the text of README.md cannot be composed using multiple files.
Add a mechanism to write report on README.md at the end of reflection.

Describe the solution you'd like
When the reflection successfully ends the README.md file shall be updated. README.md shall have hidden comments to identify begin/end of sections related to each framework.

Describe alternatives you've considered
N/A

Additional context
N/A

The actual report written on README.md is no clearly readble. It is important to write it in a better format to be more clear for the reader.