@@ -11,7 +11,7 @@ Default applications are created in a directory of the same name, with an initia
11
11
<details >
12
12
<summary >directory</summary >
13
13
<p >
14
- <code> --directory</code> (aliases: <code> -dir</code>) <em>default value: dir</em>
14
+ ` --directory` (alias: ` -dir`) _default value: dir_
15
15
</p >
16
16
<p >
17
17
The directory name to create the app in.
@@ -21,7 +21,7 @@ Default applications are created in a directory of the same name, with an initia
21
21
<details >
22
22
<summary >dry-run</summary >
23
23
<p >
24
- <code> --dry-run</code> (aliases: <code>-d</code>) <em>default value: false</em>
24
+ ` --dry-run` (alias: `-d`) _default value: false_
25
25
</p >
26
26
<p >
27
27
Run through without making any changes.
@@ -31,7 +31,7 @@ Default applications are created in a directory of the same name, with an initia
31
31
<details >
32
32
<summary >inline-style</summary >
33
33
<p >
34
- <code> --inline-style</code> (aliases: <code> -is</code>) <em>default value: false</em>
34
+ ` --inline-style` (alias: ` -is`) _default value: false_
35
35
</p >
36
36
<p >
37
37
Should have an inline style.
@@ -41,7 +41,7 @@ Default applications are created in a directory of the same name, with an initia
41
41
<details >
42
42
<summary >inline-template</summary >
43
43
<p >
44
- <code> --inline-template</code> (aliases: <code> -it</code>) <em>default value: false</em>
44
+ ` --inline-template` (alias: ` -it`) _default value: false_
45
45
</p >
46
46
<p >
47
47
Should have an inline template.
@@ -51,7 +51,7 @@ Default applications are created in a directory of the same name, with an initia
51
51
<details >
52
52
<summary >prefix</summary >
53
53
<p >
54
- <code> --prefix</code> (aliases: <code>-p</code>) <em>default value: app</em>
54
+ ` --prefix` (alias: `-p`) _default value: app_
55
55
</p >
56
56
<p >
57
57
The prefix to use for all component selectors.
@@ -61,7 +61,7 @@ Default applications are created in a directory of the same name, with an initia
61
61
<details >
62
62
<summary >routing</summary >
63
63
<p >
64
- <code> --routing</code> <em>default value: false</em>
64
+ ` --routing` _default value: false_
65
65
</p >
66
66
<p >
67
67
Generate a routing module.
@@ -71,7 +71,7 @@ Default applications are created in a directory of the same name, with an initia
71
71
<details >
72
72
<summary >skip-commit</summary >
73
73
<p >
74
- <code> --skip-commit</code> (aliases: <code> -sc</code>) <em>default value: false</em>
74
+ ` --skip-commit` (alias: ` -sc`) _default value: false_
75
75
</p >
76
76
<p >
77
77
Skip committing the first commit to git.
@@ -81,7 +81,7 @@ Default applications are created in a directory of the same name, with an initia
81
81
<details >
82
82
<summary >skip-git</summary >
83
83
<p >
84
- <code> --skip-git</code> (aliases: <code> -sg</code>) <em>default value: false</em>
84
+ ` --skip-git` (alias: ` -sg`) _default value: false_
85
85
</p >
86
86
<p >
87
87
Skip initializing a git repository.
@@ -91,7 +91,7 @@ Default applications are created in a directory of the same name, with an initia
91
91
<details >
92
92
<summary >skip-install</summary >
93
93
<p >
94
- <code> --skip-install</code> (aliases: <code> -si</code>) <em>default value: false</em>
94
+ ` --skip-install` (alias: ` -si`) _default value: false_
95
95
</p >
96
96
<p >
97
97
Skip installing packages.
@@ -106,13 +106,6 @@ Default applications are created in a directory of the same name, with an initia
106
106
<p >
107
107
Skip creating spec files.
108
108
</p >
109
- </details >
110
-
111
- <details >
112
- <summary >skip-e2e</summary >
113
- <p >
114
- <code>--skip-e2e</code> (alias: <code>-se</code>) <em>default value: false</em>
115
- </p >
116
109
<p >
117
110
Skip including e2e functionality.
118
111
</p >
@@ -121,7 +114,7 @@ Default applications are created in a directory of the same name, with an initia
121
114
<details >
122
115
<summary >source-dir</summary >
123
116
<p >
124
- <code> --source-dir</code> (aliases: <code> -sd</code>) <em>default value: src</em>
117
+ ` --source-dir` (alias: ` -sd`) _default value: src_
125
118
</p >
126
119
<p >
127
120
The name of the source directory.
@@ -131,7 +124,7 @@ Default applications are created in a directory of the same name, with an initia
131
124
<details >
132
125
<summary >style</summary >
133
126
<p >
134
- <code> --style</code> <em>default value: css</em>
127
+ ` --style` _default value: css_
135
128
</p >
136
129
<p >
137
130
The style file default extension.
@@ -141,7 +134,7 @@ Default applications are created in a directory of the same name, with an initia
141
134
<details >
142
135
<summary >verbose</summary >
143
136
<p >
144
- <code> --verbose</code> (aliases: <code>-v</code>) <em>default value: false</em>
137
+ ` --verbose` (alias: `-v`) _default value: false_
145
138
</p >
146
139
<p >
147
140
Adds more details to output logging.
0 commit comments