Scaffold a Next.js app
scaffold_nextjsCreate a new Next.js application with TypeScript and App Router in a specific parent folder.
Instructions
Create a new Next.js app (TypeScript, App Router) via create-next-app in the given directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | App/folder name | |
| dir | Yes | Parent directory to create the app in |