@nxext/sveltekit:application
sveltekit app generator
Usage
nx generate application ...
nx g app ... # same
By default, Nx will search for application
in the default collection provisioned in nx.json.
You can specify the collection explicitly as follows:
nx g @nxext/sveltekit:application ...
Show what will be generated without writing to disk:
nx g application ... --dry-run
Options
name (required)
Type: string
directory
Alias(es): d
Type: string
A directory where the project is placed
linter
Default: eslint
Type: string
Possible values: eslint
, none
The tool to use for running lint checks.
port
Default: 3000
Type: number
Port to listen on.
skipFormat
Default: false
Type: boolean
Skip formatting files.
tags
Alias(es): t
Type: string
Add tags to the project (used for linting)