all parts in this repository are:
- global.json
- for vscode
- build.ps1
- build vscode extension
- src/Cs2Dots.Lib
- main library for C# syntax tree to dot language
- src/Cs2Dots
- commandline frontend
- src/Cs2DotsWeb
- web interface
- src/cs-syntax-visualizer
- extension for visual studio code
if you want to build,you must install following npm modules in global
- typescript
- vsce
then,execute build.ps1
by powershell.
build end,you find all built modules are in dist folder