Skip to content

Commit be3fa89

Browse files
jbogarthydemgechev
authored andcommitted
docs: highlight creating workspace without initial app
1 parent 5e9324f commit be3fa89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/schematics/angular/ng-new/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,12 @@
139139
"alias": "S"
140140
},
141141
"createApplication": {
142-
"description": "When true (the default), creates a new initial app project in the new workspace.",
142+
"description": "When true (the default), creates a new initial app project in the src folder of the new workspace. When false, creates an empty workspace with no initial app. You can then use the generate application command so that all apps are created in the projects folder.",
143143
"type": "boolean",
144144
"default": true
145145
},
146146
"minimal": {
147-
"description": "When true, creates a project without any testing frameworks and should be used for learning purposes only.",
147+
"description": "When true, creates a project without any testing frameworks. (Use for learning purposes only).",
148148
"type": "boolean",
149149
"default": false
150150
}

0 commit comments

Comments
 (0)