| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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 visualization contributions are welcome.
Install globally:
npm install -g typescript-call-graphInside any directory, run:
tcgIt will remind you how to use the CLI: you need to provide specific files, or globs (wildcard paths):
tcg myFile.ts folder/* anotherFolder/**/*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 🙇
You may also edit this repository as you'd like and install your custom version of tcg command with npm run global
| Back | FazBrowse Home | New Git URL |