https://github.com/minegishirei/ReadableChart
you can automatically build "call graph" from source code written in vba and vb6.
https://github.com/minegishirei/ReadableChart
Last synced: 4 months ago
JSON representation
you can automatically build "call graph" from source code written in vba and vb6.
- Host: GitHub
- URL: https://github.com/minegishirei/ReadableChart
- Owner: minegishirei
- Created: 2021-11-21T03:59:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-13T23:14:19.000Z (over 3 years ago)
- Last Synced: 2024-08-13T07:18:13.976Z (8 months ago)
- Language: VBA
- Homepage:
- Size: 1020 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - minegishirei/ReadableChart - you can automatically build "call graph" from source code written in vba and vb6. (VBA)
README
# ReadableChart(what is this?)
you can automatically build "call graph" from source code written in vba and vb6.
This original srouce code is VBAToolKit.
## how to install
run next command in powershell terminal.
git clone [email protected]:kawadasatoshi/ReadableChart.git.## how to run
run next command and open src.svg.
./main.ps1 #build src.xml and src.uml
plantuml -svg src.uml #build src.svg