@nuxt/docs-nightly 4.0.0-29209888.97832ab2 → 4.0.0-29210038.97386a0c
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/3.api/4.commands/init.md +2 -0
- package/package.json +1 -1
package/3.api/4.commands/init.md
CHANGED
|
@@ -38,6 +38,8 @@ Option | Default | Description
|
|
|
38
38
|
`--gitInit` | | Initialize git repository
|
|
39
39
|
`--shell` | | Start shell after installation in project directory
|
|
40
40
|
`--packageManager` | | Package manager choice (npm, pnpm, yarn, bun)
|
|
41
|
+
`--modules` | | Nuxt modules to install (comma separated without spaces)
|
|
42
|
+
`--no-modules` | | Skip module installation prompt
|
|
41
43
|
<!--/init-opts-->
|
|
42
44
|
|
|
43
45
|
## Environment variables
|