ts-migrate
A tool to help migrate JavaScript code quickly and conveniently to TypeScript
File Explorer
Download Latest Version (.zip)- ci.yml
- settings.json
- reignore.sh
- ts-migrate-full.sh
- init.ts
- rename.ts
- index.js
- run.js
- jest-config-reignore.js
- ts-migrate-add-ts-utils-dep.js
- ts-migrate-fix-eslint-overrides.js
- file-1.ts
- Foo.tsx
- tsconfig.json
- file-1.ts
- Foo.tsx
- tsconfig.json
- migrate.test.ts
- file-2.js
- file-3.jsx
- file-4.js
- file-5.js
- file-6.js
- file-1.js
- project.json
- tsconfig.json
- file-2.ts
- file-3.tsx
- file-4.tsx
- file-5.tsx
- file-6.tsx
- file-1.ts
- project.json
- tsconfig.json
- rename.test.ts
- test-utils.ts
- global.d.ts
- cli.ts
- jest-config.json
- LICENCE
- package.json
- README.md
- tsconfig.json
- index.ts
- example-plugin-jscodeshift.ts
- example-plugin-text.ts
- example-plugin-ts.ts
- index.ts
- LICENCE
- package.json
- README.md
- tsconfig.json
- identifiers.ts
- imports.ts
- react-props.ts
- react.ts
- text.ts
- token-pos.ts
- update.ts
- add-conversions.ts
- declare-missing-class-properties.ts
- eslint-fix.ts
- explicit-any.ts
- hoist-class-statics.ts
- jsdoc.ts
- member-accessibility.ts
- react-class-lifecycle-methods.ts
- react-class-state.ts
- react-default-props.ts
- react-props.ts
- react-shape.ts
- strip-ts-ignore.ts
- ts-ignore.ts
- isNotNull.ts
- PerfTimer.ts
- type-guards.ts
- updateSourceText.ts
- validateOptions.ts
- index.ts
- identifiers.test.ts
- imports.test.ts
- token-pos.test.ts
- add-conversions.test.ts
- declare-missing-class-properties.test.ts
- eslint-fix.test.ts
- explicit-any.test.ts
- hoist-class-statics.test.ts
- jsdoc.test.ts
- member-accessibility.test.ts
- react-class-lifecycle-methods.test.ts
- react-class-state.test.ts
- react-default-props.test.ts
- react-props.test.ts
- react-shape.test.ts
- strip-ts-ignore.test.ts
- ts-ignore.test.ts
- test-utils.ts
- global.d.ts
- index.ts
- jest-config.json
- LICENCE
- package.json
- README.md
- tsconfig.json
- index.ts
- MigrateConfig.ts
- PerfTimer.ts
- PluginOptionsError.ts
- index.ts
- tsconfig.json
- index.ts
- index.ts
- index.ts
- migrate.test.ts
- test-utils.ts
- global.d.ts
- index.ts
- jest-config.json
- LICENCE
- package.json
- README.md
- tsconfig.json
- .eslintignore
- .eslintrc.js
- .gitattributes
- .gitignore
- CONTRIBUTING.md
- lerna.json
- LICENCE
- package.json
- README.md
- tsconfig.base.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/airbnb/ts-migrate
Downloads the entire project code from GitHub to your computer.
cd ts-migrate
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
