{
"name": "create-next-app",
"options": [
{
"names": [
"-V",
"--version"
],
"description": "Output the version number"
},
{
"names": [
"--ts",
"--typescript"
],
"description": "Initialize as a TypeScript project"
},
{
"names": [
"--use-npm"
],
"description": "Explicitly tell the CLI to bootstrap the app using npm"
},
{
"names": [
"--use-pnpm"
],
"description": "Explicitly tell the CLI to bootstrap the app using pnpm"
},
{
"names": [
"-e",
"--example"
],
"description": "An example to bootstrap the app with. You can use an example name from the official Next.js repo or a GitHub URL. The URL can use any branch and/or subdirectory",
"takes_arg": true,
"arg": {
"name": "name|github-url"
}
},
{
"names": [
"--example-path"
],
"description": "In a rare case, your GitHub URL might contain a branch name with a slash (e.g. bug/fix-1) and the path to the example (e.g. foo/bar). In this case, you must specify the path to the example separately:",
"takes_arg": true,
"arg": {
"name": "path-to-example"
}
},
{
"names": [
"-h",
"--help"
],
"description": "Display help for command"
}
],
"args": [
{
"name": "project-directory",
"template": "folders"
}
]
}