0.1.2 • Published 5 years ago

solidity2plantuml v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

solidity2plantuml

Converts solidity code into a plantUML script representing UML class diagramms.

Example

Alt text

Usage

node sol2uml [/path/to/somefile.sol]

or

node sol2uml [/path/to/folder/containing/solidityfiles]

If you provide a file as an argument the converter will trace all import directives. If you provide a folder all files in the folder will be processed.

Code Embedding

Please take a look at the cli.js file if you want to embed this into yor code. You can either trace the Import Directives or the Folder Structure.

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago