naddison36 / sol2uml

Solidity contract visualisation tool
MIT License
1.11k stars 250 forks source link

Parse Solidity source code directly from a git repository #121

Open naddison36 opened 1 year ago

naddison36 commented 1 year ago

For example, GitHub or GitLab.

It needs to support both public and private repositories.

naddison36 commented 1 year ago

Logic to be added to parserUmlClasses in the ./src/ts/parserGeneral.ts file.