Usage
1nx generate application ...
21nx g app ... #same
2By default, Nx will search for application in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
1nx g @nx/remix:application ...
2Show what will be generated without writing to disk:
1nx g application ... --dry-run
2Options
directory
A directory where the app is placed.
e2eTestRunner
cypresscypress, noneTest runner to use for e2e tests
js
falseGenerate JavaScript files rather than TypeScript files.
name
projectNameAndRootFormat
as-provided, derivedWhether to generate the project name and root directory as provided (as-provided) or generate them composing their values and taking the configured layout into account (derived).
skipFormat
falseSkip formatting files
tags
Add tags to the project (used for linting)
unitTestRunner
vitestvitest, jest, noneTest runner to use for unit tests.
rootProject
falseNo description available.