Skip to content

Commit c95477d

Browse files
committed
docs: update
1 parent a955c4d commit c95477d

File tree

17 files changed

+454
-946
lines changed

17 files changed

+454
-946
lines changed

docs/docs/api/enums/LogLevel.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,27 @@ show `Warning` and `Error`.
1818

1919
## Enumeration Members
2020

21-
### Debug
21+
### None
2222

23-
**Debug** = ``1``
23+
**None** = ``0``
2424

25-
Debugging information. Very verbose and only recommended for troubleshooting.
25+
Silent output
2626

2727
#### Defined in
2828

29-
[types.ts:281](https://github.com/chenasraf/simple-scaffold/blob/3343df7/src/types.ts#L281)
29+
[types.ts:279](https://github.com/chenasraf/simple-scaffold/blob/d9508cd/src/types.ts#L279)
3030

3131
___
3232

33-
### Error
33+
### Debug
3434

35-
**Error** = ``4``
35+
**Debug** = ``1``
3636

37-
Errors, such as missing files, bad replacement token syntax, or un-writable directories.
37+
Debugging information. Very verbose and only recommended for troubleshooting.
3838

3939
#### Defined in
4040

41-
[types.ts:291](https://github.com/chenasraf/simple-scaffold/blob/3343df7/src/types.ts#L291)
41+
[types.ts:281](https://github.com/chenasraf/simple-scaffold/blob/d9508cd/src/types.ts#L281)
4242

4343
___
4444

@@ -56,28 +56,28 @@ The regular level of logging. Major actions are logged to show the scaffold prog
5656

5757
#### Defined in
5858

59-
[types.ts:287](https://github.com/chenasraf/simple-scaffold/blob/3343df7/src/types.ts#L287)
59+
[types.ts:287](https://github.com/chenasraf/simple-scaffold/blob/d9508cd/src/types.ts#L287)
6060

6161
___
6262

63-
### None
63+
### Warning
6464

65-
**None** = ``0``
65+
**Warning** = ``3``
6666

67-
Silent output
67+
Warnings such as when file fails to replace token values properly in template.
6868

6969
#### Defined in
7070

71-
[types.ts:279](https://github.com/chenasraf/simple-scaffold/blob/3343df7/src/types.ts#L279)
71+
[types.ts:289](https://github.com/chenasraf/simple-scaffold/blob/d9508cd/src/types.ts#L289)
7272

7373
___
7474

75-
### Warning
75+
### Error
7676

77-
**Warning** = ``3``
77+
**Error** = ``4``
7878

79-
Warnings such as when file fails to replace token values properly in template.
79+
Errors, such as missing files, bad replacement token syntax, or un-writable directories.
8080

8181
#### Defined in
8282

83-
[types.ts:289](https://github.com/chenasraf/simple-scaffold/blob/3343df7/src/types.ts#L289)
83+
[types.ts:291](https://github.com/chenasraf/simple-scaffold/blob/d9508cd/src/types.ts#L291)

docs/docs/api/interfaces/ScaffoldCmdConfig.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ custom_edit_url: null
1414

1515
#### Defined in
1616

17-
[types.ts:337](https://github.com/chenasraf/simple-scaffold/blob/3343df7/src/types.ts#L337)
17+
[types.ts:337](https://github.com/chenasraf/simple-scaffold/blob/8fcc7a1/src/types.ts#L337)
1818

1919
___
2020

@@ -24,7 +24,7 @@ ___
2424

2525
#### Defined in
2626

27-
[types.ts:342](https://github.com/chenasraf/simple-scaffold/blob/3343df7/src/types.ts#L342)
27+
[types.ts:342](https://github.com/chenasraf/simple-scaffold/blob/8fcc7a1/src/types.ts#L342)
2828

2929
___
3030

@@ -34,7 +34,7 @@ ___
3434

3535
#### Defined in
3636

37-
[types.ts:335](https://github.com/chenasraf/simple-scaffold/blob/3343df7/src/types.ts#L335)
37+
[types.ts:335](https://github.com/chenasraf/simple-scaffold/blob/8fcc7a1/src/types.ts#L335)
3838

3939
___
4040

@@ -44,7 +44,7 @@ ___
4444

4545
#### Defined in
4646

47-
[types.ts:336](https://github.com/chenasraf/simple-scaffold/blob/3343df7/src/types.ts#L336)
47+
[types.ts:336](https://github.com/chenasraf/simple-scaffold/blob/8fcc7a1/src/types.ts#L336)
4848

4949
___
5050

@@ -54,7 +54,7 @@ ___
5454

5555
#### Defined in
5656

57-
[types.ts:341](https://github.com/chenasraf/simple-scaffold/blob/3343df7/src/types.ts#L341)
57+
[types.ts:341](https://github.com/chenasraf/simple-scaffold/blob/8fcc7a1/src/types.ts#L341)
5858

5959
___
6060

@@ -64,7 +64,7 @@ ___
6464

6565
#### Defined in
6666

67-
[types.ts:345](https://github.com/chenasraf/simple-scaffold/blob/3343df7/src/types.ts#L345)
67+
[types.ts:345](https://github.com/chenasraf/simple-scaffold/blob/8fcc7a1/src/types.ts#L345)
6868

6969
___
7070

@@ -76,7 +76,7 @@ The key to use for the file which contains the template configurations.
7676

7777
#### Defined in
7878

79-
[types.ts:344](https://github.com/chenasraf/simple-scaffold/blob/3343df7/src/types.ts#L344)
79+
[types.ts:344](https://github.com/chenasraf/simple-scaffold/blob/8fcc7a1/src/types.ts#L344)
8080

8181
___
8282

@@ -89,7 +89,7 @@ accordingly.
8989

9090
#### Defined in
9191

92-
[types.ts:332](https://github.com/chenasraf/simple-scaffold/blob/3343df7/src/types.ts#L332)
92+
[types.ts:332](https://github.com/chenasraf/simple-scaffold/blob/8fcc7a1/src/types.ts#L332)
9393

9494
___
9595

@@ -99,7 +99,7 @@ ___
9999

100100
#### Defined in
101101

102-
[types.ts:334](https://github.com/chenasraf/simple-scaffold/blob/3343df7/src/types.ts#L334)
102+
[types.ts:334](https://github.com/chenasraf/simple-scaffold/blob/8fcc7a1/src/types.ts#L334)
103103

104104
___
105105

@@ -109,7 +109,7 @@ ___
109109

110110
#### Defined in
111111

112-
[types.ts:338](https://github.com/chenasraf/simple-scaffold/blob/3343df7/src/types.ts#L338)
112+
[types.ts:338](https://github.com/chenasraf/simple-scaffold/blob/8fcc7a1/src/types.ts#L338)
113113

114114
___
115115

@@ -119,7 +119,7 @@ ___
119119

120120
#### Defined in
121121

122-
[types.ts:339](https://github.com/chenasraf/simple-scaffold/blob/3343df7/src/types.ts#L339)
122+
[types.ts:339](https://github.com/chenasraf/simple-scaffold/blob/8fcc7a1/src/types.ts#L339)
123123

124124
___
125125

@@ -129,7 +129,7 @@ ___
129129

130130
#### Defined in
131131

132-
[types.ts:333](https://github.com/chenasraf/simple-scaffold/blob/3343df7/src/types.ts#L333)
132+
[types.ts:333](https://github.com/chenasraf/simple-scaffold/blob/8fcc7a1/src/types.ts#L333)
133133

134134
___
135135

@@ -139,4 +139,4 @@ ___
139139

140140
#### Defined in
141141

142-
[types.ts:340](https://github.com/chenasraf/simple-scaffold/blob/3343df7/src/types.ts#L340)
142+
[types.ts:340](https://github.com/chenasraf/simple-scaffold/blob/8fcc7a1/src/types.ts#L340)

0 commit comments

Comments
 (0)