We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5c3d7 commit f7ab4e4Copy full SHA for f7ab4e4
README.md
@@ -1,3 +1,5 @@
1
+
2
+
3
# TypeScript Call Graph
4
5
This **CLI** will create an interactive graph of all the functions and their calls in the TypeScript files you provide.
@@ -30,6 +32,8 @@ Clone repository. Edit `index.ts` and/or `extract.ts` and run `npm start` to bui
30
32
31
33
Suggestions or PRs for how to improve this CLI are very welcome 🙇
34
35
+You may also edit this repository as you'd like and install your custom version of `tcg` command with `npm run global`
36
37
### Thank you
38
39
- [Matteo Abrate](https://observablehq.com/@nitaku/tangled-tree-visualization-ii) for the _tangled tree visualization_
0 commit comments