Thanks to visit codestin.com
Credit goes to github.com

Skip to content

whyboris/TypeScript-Call-Graph

Repository files navigation

TypeScript Call Graph

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

⚠️ this is a work in progress 🚧 more visualizations are coming soon

image

How to use

npm install -g typescript-call-graph

Inside any directory, run:

tcg

It will remind you how to use the CLI: you need to provide specific files, or globs (wildcard paths):

tcg myFile.ts folder/* anotherFolder/**/*

Developing

Clone repository. Edit index.ts and/or extract.ts and run npm start to build changes, npm test to run CLI against files in this repository.

Suggestions or PRs for how to improve this CLI are very welcome 🙇

Thank you

About

CLI to generate an interactive graph of functions and calls from your TypeScript files

Topics

Resources

License

Stars

Watchers

Forks

Contributors 5