Skip to content

Commit

Permalink
adds single line to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacwashere authored and lencioni committed Mar 9, 2023
1 parent 10dc84c commit a5dbfe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ts-migrate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Migrate an entire project like this:
```sh
npx -p ts-migrate -c "ts-migrate-full <folder>"
```
The `ts-migrate-full` command will perform a `git add` and `git commit` after each major step (_[details here]( https://github.com/airbnb/ts-migrate/blob/master/packages/ts-migrate/bin/ts-migrate-full.sh )_).

Please note that it may take a long time to do a full migration.
You can also migrate individual parts of a project by specifying a subset of sources:
Expand Down

0 comments on commit a5dbfe2

Please sign in to comment.