Skip to content

Commit 989ce29

Browse files
authored
Merge pull request #4 from whyboris/release2
Release 2
2 parents c134cca + a283a72 commit 989ce29

File tree

4 files changed

+25
-23
lines changed

4 files changed

+25
-23
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
This **CLI** will create an interactive graph of all the functions and their calls in the TypeScript files you provide.
44

5-
⚠️ this is a work in progress 🚧
5+
⚠️ this is a work in progress 🚧 more visualizations are coming soon
6+
7+
![image](https://user-images.githubusercontent.com/17264277/85908941-62ba6d00-b7e5-11ea-8e50-2686990aa4f5.png)
68

79
## How to use
810

graphing/cascade/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434

3535
.home-button {
3636
margin-top: 20px;
37+
width: 200px;
3738
}
3839

3940
.home-button svg {

package-lock.json

+15-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
"description": "Create a call graph of your TypeScript files",
55
"keywords": [
66
"TypeScript",
7-
"call graph"
7+
"call graph",
8+
"callgraph"
89
],
910
"author": "Boris Yakubchik",
1011
"homepage": "https://yboris.dev",
1112
"license": "MIT",
1213
"repository": {
1314
"type": "git",
14-
"url": "https://github.com/whyboris/TypeScript-Call-Graph"
15+
"url": "https://github.com/whyboris/TypeScript-Call-Graph.git"
1516
},
1617
"main": "bin/index.js",
1718
"bin": {
@@ -27,9 +28,9 @@
2728
"d3-graphviz": "3.1.0",
2829
"express": "4.17.1",
2930
"graphviz": "0.0.9",
30-
"inquirer": "7.1.0",
31-
"kleur": "3.0.3",
32-
"mermaid": "^8.5.2",
31+
"inquirer": "7.2.0",
32+
"kleur": "4.0.2",
33+
"mermaid": "8.5.2",
3334
"open": "7.0.4",
3435
"typescript": "3.9.5"
3536
},

0 commit comments

Comments
 (0)