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