jfeliu007 / goplantuml

PlantUML Class Diagram Generator for golang projects
MIT License
1.78k stars 167 forks source link

Create a Github Action of goplantuml #112

Closed jermon closed 3 years ago

jermon commented 3 years ago

It would be very good if we can create a Github Action of goplantuml to create a picture on the build.

jfeliu007 commented 3 years ago

Hi @jermon , can you add more details on this issue? goplantuml does not creates pictures of any kind.

jermon commented 3 years ago

No, but it can create a input file for PlantUML and PlantUML can create pictures.

tbal999 commented 3 years ago

@jermon -> https://github.com/tbal999/pumlaction

the action above makes use of bykof/go-plantuml repo - but you may be able to adjust it to work for your purposes.

jermon commented 3 years ago

Thank you @tbal999. That s exactly what I was aiming for.

tbal999 commented 3 years ago

I guess this can be closed then? Feel free to fork the repo, let me know how it goes!

jermon commented 3 years ago

yes it can. Thank you.