--aiAgentsclaude, codex, copilot, cursor, geminiList of AI agents to configure. --allPrompts , --aboolean Show all prompts. (Default: false) --appNamestring The name of the app when using a monorepo with certain stacks. --bundlerstring Bundler to be used to build the app. --commit.emailstring E-mail of the committer. --commit.messagestring Commit message. (Default: Initial commit) --commit.namestring Name of the committer. --defaultBasestring Default base to use for new projects. (Default: main) --dockerboolean Generate a Dockerfile for the Node API. --e2eTestRunnerplaywright, cypress, noneTest runner to use for end to end (E2E) tests. --formatterstring Code formatter to use. --frameworkstring Framework option to be used with certain stacks. --helpboolean Show help --interactiveboolean Enable interactive mode with presets. (Default: true) --namestring Workspace name (e.g. org name). --nextAppDirboolean Enable the App Router for Next.js. --nextSrcDirboolean Generate a ‘src/’ directory for Next.js. --nxCloud , --cigithub, gitlab, azure, bitbucket-pipelines, circleci, skip, yesWhich CI provider would you like to use? --packageManager , --pmbun, npm, pnpm, yarnPackage manager to use. (Default: npm) --prefixstring Prefix to use for Angular component and directive selectors. --presetstring Customizes the initial content of your workspace. Default presets include: [“apps”, “npm”, “ts”, “web-components”, “angular-monorepo”, “angular-standalone”, “react-monorepo”, “react-standalone”, “vue-monorepo”, “vue-standalone”, “nuxt”, “nuxt-standalone”, “next”, “nextjs-standalone”, “react-native”, “expo”, “nest”, “express”, “react”, “vue”, “angular”, “node-standalone”, “node-monorepo”, “ts-standalone”]. To build your own see https://nx.dev/extending-nx/recipes/create-preset . --routingboolean Add a routing setup for an Angular or React app. (Default: true) --skipGit , --gboolean Skip initializing a git repository. (Default: false) --skipGitHubPushboolean Skip pushing to GitHub via gh CLI. (Default: false) --ssrboolean Enable Server-Side Rendering (SSR) and Static Site Generation (SSG/Prerendering) for the Angular application. --standaloneApiboolean Use Standalone Components if generating an Angular app. (Default: true) --stylestring Stylesheet type to be used with certain stacks. --unitTestRunnerjest, vitest, noneTest runner to use for unit tests. --useGitHubboolean Will you be using GitHub as your git hosting provider? (Default: false) --useProjectJsonboolean Use a ‘project.json’ file for the Nx configuration instead of a ‘package.json’ file. This defaults to ‘true’ when ‘—no-workspaces’ is used. Otherwise, it defaults to ‘false’. --useReactRouterboolean Generate a Server-Side Rendered (SSR) React app using React Router. --verbose , --vboolean Enable verbose logging. (Default: false) --versionboolean Show version number --workspacesboolean Use package manager workspaces. (Default: true) --workspaceTypeintegrated, package-based, standaloneThe type of workspace to create. --zonelessboolean Generate an application that does not use ‘zone.js’. (Default: true)