mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
2e2ee08b60
Closes: https://linear.app/vercel/issue/DOC-4686/clean-up-routing-section Redirects: https://github.com/vercel/front/pull/47151 --------- Co-authored-by: Joseph <joseph.chamochumbi@vercel.com> Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
12 lines
691 B
Plaintext
12 lines
691 B
Plaintext
---
|
|
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.
|