You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/create-nx-workspace/bin/create-nx-workspace.ts
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -173,17 +173,17 @@ function showHelp() {
173
173
174
174
preset What to create in a new workspace (options: ${options})
175
175
176
-
appName The name of the application created by some presets
176
+
appName The name of the application created by some presets
177
177
178
178
cli CLI to power the Nx workspace (options: "nx", "angular")
179
-
179
+
180
180
style Default style option to be used when a non-empty preset is selected
181
181
options: ("css", "scss", "less") plus ("styl") for all non-Angular and ("styled-components", "@emotion/styled", "styled-jsx") for React, Next.js, Gatsby
182
182
183
183
interactive Enable interactive mode when using presets (boolean)
184
184
185
185
packageManager Package manager to use (npm, yarn, pnpm)
186
-
186
+
187
187
nx-cloud Use Nx Cloud (boolean)
188
188
189
189
[new workspace options] any 'new workspace' options
@@ -581,7 +581,7 @@ function pointToTutorialAndCourse(preset: Preset) {
0 commit comments