@nx/remix:application
Generate a new Remix application.
Monorepo World: October 7, 2024Monorepo World: October 7, 2024Join us!
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.
The name of the application.
playwright
playwright
, cypress
, none
Test runner to use for e2e tests
false
Generate JavaScript files rather than TypeScript files.
eslint
eslint
, none
The tool to use for running lint checks.
false
Skip formatting files
Add tags to the project (used for linting)
vitest
vitest
, jest
, none
Test runner to use for unit tests.
false
No description available.
Join us live for exciting talks on developer tooling and monorepos! Catch the action on YouTube and join the conversation on Discord!