Skip to content

docs: update create-next-app cli documents #77229

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: canary
Choose a base branch
from

Conversation

Marukome0743
Copy link
Contributor

What?

This PR updates the two files.

create-next-app.mdx

  1. Update --import-alias option to follow up refactor(cna): refactors and small perf wins #68225.
- | `--import-alias <alias-to-configure>`   | Specify import alias to use (default "@/\*")                    |
+ | `--import-alias <prefix/*>`           | Specify import alias to use (default "@/\*")                    |
  1. Add --disable-git flag which introduced at Adding a disable git flag in Create Next App #68821.

README.md

  1. Update the outputs of create-next-app --help to follow up refactor(cna): refactors and small perf wins #68225.

Improving Documentation

@ijjk ijjk added create-next-app Related to our CLI tool for quickly starting a new Next.js application. Documentation Related to Next.js' official documentation. labels Mar 18, 2025
@ijjk
Copy link
Member

ijjk commented Mar 18, 2025

Allow CI Workflow Run

  • approve CI run for commit: 6d7cbd1

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

@ijjk
Copy link
Member

ijjk commented Mar 18, 2025

Allow CI Workflow Run

  • approve CI run for commit: f26f6c1

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
create-next-app Related to our CLI tool for quickly starting a new Next.js application. Documentation Related to Next.js' official documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants