wilddragon-site/node_modules/next/dist/docs/01-app/03-api-reference/06-cli/index.md
2026-04-17 15:51:01 -04:00

691 B
Executable file

title description
CLI API Reference for the Next.js Command Line Interface (CLI) tools.

{/* The content of this doc is shared between the app and pages router. You can use the <PagesOnly>Content</PagesOnly> component to add content that is specific to the Pages Router. Any shared content should not be wrapped in a component. */}

Next.js comes with two Command Line Interface (CLI) tools:

  • create-next-app: Quickly create a new Next.js application using the default template or an example from a public GitHub repository.
  • next: Run the Next.js development server, build your application, and more.