Skip to content

DTStack/typescript-migration-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

typescript-migration-helper

Help ES6 + React + Redux project migrates to the Typescript project.

This is just a helper script, current only tested in MacOS. It can't transform old project to Typescript project completely, some situations still need you to solve manually.

Usage

You need to download the migration.pl script to your project root directory, and then exec the command:

find ./src/**/*.js -exec ./scripts/migration.pl '{}' ;

It means transform all js files below src directory into ts. There put migration.pl file into the scripts directory.

About

Help ES6 + React + Redux project migrates to the Typescript project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages