We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab12bf3 commit 1ad8dd4Copy full SHA for 1ad8dd4
libs/ddd/src/schematics/domain/schema.json
@@ -5,7 +5,7 @@
5
"properties": {
6
"name": {
7
"type": "string",
8
- "description": "Domain name",
+ "description": "Grouping name for the Domain",
9
"x-prompt": "What is the name of the domain?",
10
"$default": {
11
"$source": "argv",
@@ -14,7 +14,7 @@
14
},
15
"appDirectory": {
16
17
- "description": "Subpath of the domain within apps directory"
+ "description": "Grouping folder within the apps directory"
18
19
"directory": {
20
libs/ddd/src/schematics/domain/schema.ts
@@ -7,7 +7,7 @@
export interface DomainOptions {
/**
- * Domain name
+ * Grouping name for the Domain
*/
12
name: string;
13
0 commit comments