/ts-migration

Tool to help you choose which file should be migrated to TS first in a project

Primary LanguageTypeScriptThe UnlicenseUnlicense

TS Migration

A tool that list the remaining JS files and sort them for a migration to TS.

TS Migration screenshot

How to run ?

Clone the project

git clone https://github.com/jdeniau/ts-migration.git
cd ts-migration
yarn install

Run the command

yarn build /path/to/project

If you want to list files on a subfolder of the project, you might pass a second argument

yarn build /path/to/project src

Open the file public/index.html in your browser.