Is there a way to generate diagrams from a code in GitHub ?
Example I want to generate a sequence or class diagram from a code in my GitHub account.
Like generate documentation in Eclipse from a java code
Thanks in advance!
Is there a way to generate diagrams from a code in GitHub ?
Example I want to generate a sequence or class diagram from a code in my GitHub account.
Like generate documentation in Eclipse from a java code
Thanks in advance!
Do git clone of the repo you want and then use any tool you prefer over the source code e.g. Generate UML diagram from java project
There are a lot of standalone tools that can generate those diagrams (i.e. IDEs like IntelliJ, VStudio enterprise, etc.). For direct GitHub to UML diagrams you can try GitUML online service, the counterpart is that this tool only allows to generate diagrams from 4 files in the free layer, I have not tried the payment layer.
It's kind of old thread but I think it's a good option for typescript projects, and who knows, some contributors expand it.