@@ -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
- ` --directory` (alias: ` -dir`) _default value: dir_
14
+ <code> --directory</code> (alias: <code> -dir</code>) <em>default value: dir</em>
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
- ` --dry-run` (alias: `-d`) _default value: false_
24
+ <code> --dry-run</code> (alias: <code>-d</code>) <em>default value: false</em>
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
- ` --inline-style` (alias: ` -is`) _default value: false_
34
+ <code> --inline-style</code> (alias: <code> -is</code>) <em>default value: false</em>
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
- ` --inline-template` (alias: ` -it`) _default value: false_
44
+ <code> --inline-template</code> (alias: <code> -it</code>) <em>default value: false</em>
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
- ` --prefix` (alias: `-p`) _default value: app_
54
+ <code> --prefix</code> (alias: <code>-p</code>) <em>default value: app</em>
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
- ` --routing` _default value: false_
64
+ <code> --routing</code> <em>default value: false</em>
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
- ` --skip-commit` (alias: ` -sc`) _default value: false_
74
+ <code> --skip-commit</code> (alias: <code> -sc</code>) <em>default value: false</em>
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
- ` --skip-git` (alias: ` -sg`) _default value: false_
84
+ <code> --skip-git</code> (alias: <code> -sg</code>) <em>default value: false</em>
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
- ` --skip-install` (alias: ` -si`) _default value: false_
94
+ <code> --skip-install</code> (alias: <code> -si</code>) <em>default value: false</em>
95
95
</p >
96
96
<p >
97
97
Skip installing packages.
@@ -101,7 +101,7 @@ Default applications are created in a directory of the same name, with an initia
101
101
<details >
102
102
<summary >skip-tests</summary >
103
103
<p >
104
- <code>--skip-tests</code> (aliases: <code>-st</code> ) <em>default value: false</em>
104
+ <code>--skip-tests (aliases: </ code>-st) <em>default value: false</em>
105
105
</p >
106
106
<p >
107
107
Skip creating spec files.
@@ -114,7 +114,7 @@ Default applications are created in a directory of the same name, with an initia
114
114
<details >
115
115
<summary >source-dir</summary >
116
116
<p >
117
- ` --source-dir` (alias: ` -sd`) _default value: src_
117
+ <code> --source-dir</code> (alias: <code> -sd</code>) <em>default value: src</em>
118
118
</p >
119
119
<p >
120
120
The name of the source directory.
@@ -124,7 +124,7 @@ Default applications are created in a directory of the same name, with an initia
124
124
<details >
125
125
<summary >style</summary >
126
126
<p >
127
- ` --style` _default value: css_
127
+ <code> --style</code> <em>default value: css</em>
128
128
</p >
129
129
<p >
130
130
The style file default extension.
@@ -134,7 +134,7 @@ Default applications are created in a directory of the same name, with an initia
134
134
<details >
135
135
<summary >verbose</summary >
136
136
<p >
137
- ` --verbose` (alias: `-v`) _default value: false_
137
+ <code> --verbose</code> (alias: <code>-v</code>) <em>default value: false</em>
138
138
</p >
139
139
<p >
140
140
Adds more details to output logging.
0 commit comments