ts-analyze
v0.3.0
Published
Analyze TypeScript migration order for JavaScript and TypeScript projects.
Downloads
186
Readme
ts-analyze
Analyze migration order for JavaScript and TypeScript projects.
Usage
Run without installing:
npx ts-analyze src/index.jsPass a TypeScript config when needed:
npx ts-analyze --config tsconfig.json --entry src/index.js --entry src/admin.jsExplain why a TypeScript file is listed as non-leaf:
npx ts-analyze why src/greeting.tsLocal Development
npm install
npm run build
npm test