@nx/workspace:preset
Creates applications in a new workspace.
Please do not extend this schema as it is part of Nx internal usage.
Creates applications in a new workspace.
nx generate preset ...
By default, Nx will search for preset
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
nx g @nx/workspace:preset ...
Show what will be generated without writing to disk:
nx g preset ... --dry-run
The name of the application.
The name of the preset.
vite
webpack
, vite
, rspack
, esbuild
The bundler to use for building the application.
false
Generate a Dockerfile
cypress
, jest
, detox
, none
The tool to use for running e2e tests.
express
, koa
, fastify
, nest
, none
The framework which the application is using
eslint
eslint
The tool to use for running lint checks.
Npm scope for importing libs.
false
Enable experimental app/ for the project
npm
, yarn
, pnpm
The package manager used to install dependencies.
true
Add routing to the generated application.
css
The file extension to be used for style files.
false
Use Standalone Components if generating an Angular application.
true
Split the project configurations into <projectRoot>/project.json
rather than including it inside workspace.json
.
Nx only supports standaloneConfig