@nx/remix:application
Generate a new Remix application.
Generate a new Remix application.
1nx generate application ...
2
1nx g app ... #same
2
By 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 ...
2
Show what will be generated without writing to disk:
1nx g application ... --dry-run
2
A directory where the app is placed.
none
eslint
, none
The tool to use for running lint checks.
The name of the application.
none
vitest
, jest
, none
Test runner to use for unit tests.
none
playwright
, cypress
, none
Test runner to use for e2e tests
false
Skip formatting files
Add tags to the project (used for linting)
Use a project.json
configuration file instead of inlining the Nx configuration in the package.json
file.
false
No description available.
Join Victor Savkin and Max Kless discussing why LLMs struggle with fragmented codebases, how monorepos + Nx create AI-powered architectural decisions, the before-and-after experience of AI-powered coding in Nx.