1.1.0 • Published 1 year ago

tater-taste v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

npm (scoped) NPM npm

tater-taste

Tater - TypeScript Abstract Syntax Tree Explorer

Explore your codebase visually, and follow code paths more easily. Don't get lost (hopefully).

npm.io

Get Started

Analyze your code base using npx tater-taste@latest

This will host a website locally at localhost:4444 where you can browse your codebase.

npm.io

Options

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 ", "Specify the path to your tsconfig.json")
.option("-p --paths ", "Specify the path to your tsconfig.paths.json")
.option("-m --map ","Specify the paths to check for external packages (comma delimited) EG: @streem/sdk-react=packages/sdk-react/src")

Contributing

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.

1.1.0

1 year ago

1.0.25

1 year ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago