Tater - TypeScript Abstract Syntax Tree Explorer
!npm (scoped) !NPM !npm
Tater - TypeScript Abstract Syntax Tree Explorer
Explore your codebase visually, and follow code paths more easily. Don't get lost (hopefully).

Analyze your code base using npx tater-taste@latest
This will host a website locally at localhost:4444 where you can browse your codebase.

Specify the entry file if it is not in the current working directory and named index.ts by passing the path as an argument.
For Example:
npx tater-taste@latest client/src/App
#### More Options
##### .option("-c --config
##### .option("-p --paths
##### .option("-m --map
Start a local server using yarn start
To work on changes to the frontend, run yarn watch concurrently.
To publish changes, make sure to compile the code using yarn build first.