Enteee / plantuml-parser

Parse PlantUML with JavaScript or TypeScript
https://duckpond.ch/category/plantuml-parser
Apache License 2.0
141 stars 33 forks source link

TypeScript Formatter #36

Open Enteee opened 4 years ago

Enteee commented 4 years ago

Is your feature request related to a problem? Please describe. I am against auto-generating source code. But from feedback that I have received lots of people see value in this. And probably there is. For example, If you want to live a documentation first scheme. Or (the cooler use-case) if you want to write test code for your documentation...

Describe the solution you'd like Therefore a formatter which return valid TypeScript classes and interfaces from PlantUML would be interesting.

Describe alternatives you've considered Not doing it.

Additional context Again I am not a huge fan of generating code from documentation automatically. Once generated code evolves normally much quicker than documentation. Maybe a collaboration with a code to PlatUML tool would be beneficial in order to provide a full blown "doc->code->doc" solution.