tater-taste

v1.1.0
Tater - TypeScript Abstract Syntax Tree Explorer
tater typescript abstract syntax tree explorer code graph

ast

npx ts-node ast client/src/App

build

rm -rf dist && npx tsc

build:client

yarn copy:public && esbuild ./client/src/App.tsx --bundle --minify --outfile=./server/public/index.js --target=chrome58,firefox57,safari11,edge18

copy:public

mkdir -p ./server/public && cp ./client/public/index.html ./server/public/index.html && cp -r ./client/public/. ./server/public

start

yarn copy:public && yarn build:client && nodemon server

watch

esbuild ./client/src/App.tsx --bundle --watch --outfile=./server/public/index.js --target=chrome58,firefox57,safari11,edge18
npm i tater-taste

Metadata

  • ISC
  • Whatever
  • Taylor
  • released 1/11/2023

Downloads

Maintainers