wilddragon-site/node_modules/next/dist/docs/01-app/03-api-reference/06-cli/index.md

12 lines
691 B
Markdown
Raw Normal View History

2026-04-17 15:51:01 -04:00
---
title: CLI
description: 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](https://github.com/vercel/next.js/tree/canary/examples) from a public GitHub repository.
- **`next`**: Run the Next.js development server, build your application, and more.