An open API service indexing awesome lists of open source software.

https://github.com/imbios/next-to-ts

Codemod to help you migrate your Next.js project to typescript in seconds
https://github.com/imbios/next-to-ts

cli codemod hacktoberfest javascript migration-tool nextjs npm-package tool typescript

Last synced: 3 months ago
JSON representation

Codemod to help you migrate your Next.js project to typescript in seconds

Awesome Lists containing this project

README

        

### Next To Typescript



Migrate your Next.js project from JavaScript to TypeScript in seconds

### Get started

Make sure you are inside a Next.js project

Execute

```bash
npx next-to-ts
```

or

```bash
pnpm dlx next-to-ts
```

### What does it do

- It moves file these directories to typescript respectively.
- Installs all necessary packages.
- sets up standard `tsconfig.json` for next.js apps

### Contributing

If you have any idea consider open issue or firing a PR.