Skip to content

Commit

Permalink
Merge pull request #102 from bafolts/bafolts/issue-40
Browse files Browse the repository at this point in the history
feat: generate images locally
  • Loading branch information
bafolts authored Aug 29, 2023
2 parents c5278c4 + a787905 commit 28ca60f
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 346 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ jobs:
node-version: '10.x'
- run: npm install
- run: npm run build
- run: npm run lint
- run: npm test

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,9 @@ If `mermaid` is specific, then the class diagram is generated for [mermaidjs](ht

If specified will generated the hierarchy class diagram of the specified class

### Graphviz

For generating images may need to install graphviz or update to most recent version.

# References
https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API
Loading

0 comments on commit 28ca60f

Please sign in to comment.