Skip to content

Commit

Permalink
TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
rgoldfinger-quizlet committed Jun 13, 2019
1 parent 259cdbd commit e2f6c2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Flow to Typescript Migration Tools
# Flow to TypeScript Migration Tools

These are a collection of tools that we used at Quizlet when migrating from Flow to Typescript. We hope that you find these tools useful when doing your own migration, but keep in mind that they are made for the particularities of Quizlet's large codebase. You may need to modify these tools to suit your needs, but that said, they should be at the very least a good starting point.
These are a collection of tools that we used at Quizlet when migrating from Flow to TypeScript. We hope that you find these tools useful when doing your own migration, but keep in mind that they are made for the particularities of Quizlet's large codebase. You may need to modify these tools to suit your needs, but that said, they should be at the very least a good starting point.

## Installation

Expand All @@ -10,7 +10,7 @@ yarn add --dev quizlet/ts-migration.git[#commit]

### This tool assumes:

1. Typescript is installed in your codebase, and you have a `tsconfig.json` configured to suit your needs.
1. TypeScript is installed in your codebase, and you have a `tsconfig.json` configured to suit your needs.
2. You use prettier, and you have a `.prettierrc`.

## Commands:
Expand All @@ -31,7 +31,7 @@ yarn ts-migration convert-codebase --commit

In order to preserve the git history, this runs the conversion and commits the files in place, and then renames all the files in a separate commit.

### Ignore all Typescript errors:
### Ignore all TypeScript errors:

```
yarn ts-migration ignore-errors [--commit] [--includeJSX]
Expand Down

0 comments on commit e2f6c2a

Please sign in to comment.