quackage 1.2.4 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/docs/_cover.md +1 -1
- package/docs/_topbar.md +1 -1
- package/docs/_version.json +3 -3
- package/docs/index.html +6 -5
- package/docs/retold-catalog.json +176 -233
- package/docs/retold-keyword-index.json +5288 -4179
- package/package.json +6 -6
- package/source/commands/Quackage-Command-DockerInit.js +1 -1
- package/source/commands/Quackage-Command-Indoctrinate.js +2 -2
- package/source/commands/Quackage-Command-PrepareDocs.js +24 -2
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Quackage
|
|
2
2
|
|
|
3
|
+
> **[▶ Read the Quackage Documentation](https://fable-retold.github.io/quackage/)** — interactive docs with the full API reference.
|
|
4
|
+
|
|
3
5
|
Package. Test. Duck. Name a more iconic trio.
|
|
4
6
|
|
|
5
7
|
Who doesn't love managing configuration and tooling? I can tell you who doesn't love it. I don't love it.
|
|
@@ -53,7 +55,7 @@ npx quack enhance-my-package
|
|
|
53
55
|
|
|
54
56
|
## Related Packages
|
|
55
57
|
|
|
56
|
-
- [indoctrinate](https://github.com/
|
|
58
|
+
- [indoctrinate](https://github.com/fable-retold/indoctrinate) - Documentation scaffolding
|
|
57
59
|
|
|
58
60
|
## License
|
|
59
61
|
|
package/docs/_cover.md
CHANGED
|
@@ -10,4 +10,4 @@ A CLI toolkit for managing, building, testing and documenting JavaScript/Node.js
|
|
|
10
10
|
|
|
11
11
|
[Get Started](README.md)
|
|
12
12
|
[Command Reference](commands/documentation/README.md)
|
|
13
|
-
[GitHub](https://github.com/
|
|
13
|
+
[GitHub](https://github.com/fable-retold/quackage)
|
package/docs/_topbar.md
CHANGED
package/docs/_version.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Name": "quackage",
|
|
3
|
-
"Version": "1.
|
|
3
|
+
"Version": "1.2.5",
|
|
4
4
|
"Description": "Building. Testing. Quacking. Reloading.",
|
|
5
|
-
"GeneratedAt": "2026-
|
|
6
|
-
"GitCommit": "
|
|
5
|
+
"GeneratedAt": "2026-05-26T18:25:52.683Z",
|
|
6
|
+
"GitCommit": "49add22"
|
|
7
7
|
}
|
package/docs/index.html
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
7
|
-
<meta name="description" content="Quackage v1.
|
|
7
|
+
<meta name="description" content="Quackage v1.2.5 Documentation — Building. Testing. Quacking. Reloading.">
|
|
8
8
|
|
|
9
|
-
<title>Quackage v1.
|
|
9
|
+
<title>Quackage v1.2.5 Documentation</title>
|
|
10
10
|
|
|
11
11
|
<!-- KaTeX stylesheet for LaTeX equation rendering -->
|
|
12
12
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.css">
|
|
@@ -26,12 +26,13 @@
|
|
|
26
26
|
<!-- The root container for the Pict application -->
|
|
27
27
|
<div id="Docuserve-Application-Container"></div>
|
|
28
28
|
|
|
29
|
-
<!-- Mermaid diagram rendering
|
|
29
|
+
<!-- Mermaid diagram rendering. pict-section-content (v0.1.8+) drives
|
|
30
|
+
initialization with theme: 'base' + themeVariables sourced
|
|
31
|
+
from --theme-color-* so diagrams follow the active theme. -->
|
|
30
32
|
<script src="https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.min.js"></script>
|
|
31
|
-
<script>mermaid.initialize({ startOnLoad: false, theme: 'default' });</script>
|
|
32
33
|
<!-- KaTeX for LaTeX equation rendering -->
|
|
33
34
|
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.js"></script>
|
|
34
35
|
<!-- Load the Docuserve PICT Application Bundle from jsDelivr CDN -->
|
|
35
|
-
<script src="https://cdn.jsdelivr.net/npm/pict-docuserve@
|
|
36
|
+
<script src="https://cdn.jsdelivr.net/npm/pict-docuserve@1/dist/pict-docuserve.min.js" type="text/javascript"></script>
|
|
36
37
|
</body>
|
|
37
38
|
</html>
|
package/docs/retold-catalog.json
CHANGED
|
@@ -1,236 +1,179 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Generated": "2026-
|
|
3
|
-
"
|
|
2
|
+
"Generated": "2026-05-26T18:25:52.528Z",
|
|
3
|
+
"Mode": "module",
|
|
4
|
+
"GitHubOrg": "fable-retold",
|
|
4
5
|
"DefaultBranch": "master",
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
"
|
|
55
|
-
"commands/boilerplate/
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
"
|
|
64
|
-
"commands/compiling/
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
"
|
|
68
|
-
"commands/
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
"
|
|
72
|
-
"commands/
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
"
|
|
76
|
-
"commands/
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
"
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
"Repo": "pictview",
|
|
179
|
-
"Group": "templates",
|
|
180
|
-
"Branch": "master",
|
|
181
|
-
"HasDocs": false,
|
|
182
|
-
"HasCover": false,
|
|
183
|
-
"Sidebar": [],
|
|
184
|
-
"DocFiles": []
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"Name": "pictviewunittest",
|
|
188
|
-
"Repo": "pictviewunittest",
|
|
189
|
-
"Group": "templates",
|
|
190
|
-
"Branch": "master",
|
|
191
|
-
"HasDocs": false,
|
|
192
|
-
"HasCover": false,
|
|
193
|
-
"Sidebar": [],
|
|
194
|
-
"DocFiles": []
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"Name": "pictwebapp",
|
|
198
|
-
"Repo": "pictwebapp",
|
|
199
|
-
"Group": "templates",
|
|
200
|
-
"Branch": "master",
|
|
201
|
-
"HasDocs": false,
|
|
202
|
-
"HasCover": false,
|
|
203
|
-
"Sidebar": [],
|
|
204
|
-
"DocFiles": []
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
"Name": "unittest",
|
|
208
|
-
"Repo": "unittest",
|
|
209
|
-
"Group": "templates",
|
|
210
|
-
"Branch": "master",
|
|
211
|
-
"HasDocs": false,
|
|
212
|
-
"HasCover": false,
|
|
213
|
-
"Sidebar": [],
|
|
214
|
-
"DocFiles": []
|
|
215
|
-
}
|
|
216
|
-
]
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"Name": "Test",
|
|
220
|
-
"Key": "test",
|
|
221
|
-
"Description": "",
|
|
222
|
-
"Modules": [
|
|
223
|
-
{
|
|
224
|
-
"Name": "packagefiles",
|
|
225
|
-
"Repo": "packagefiles",
|
|
226
|
-
"Group": "test",
|
|
227
|
-
"Branch": "master",
|
|
228
|
-
"HasDocs": false,
|
|
229
|
-
"HasCover": false,
|
|
230
|
-
"Sidebar": [],
|
|
231
|
-
"DocFiles": []
|
|
232
|
-
}
|
|
233
|
-
]
|
|
234
|
-
}
|
|
235
|
-
]
|
|
6
|
+
"Module": {
|
|
7
|
+
"Name": "quackage",
|
|
8
|
+
"Repo": "quackage",
|
|
9
|
+
"Group": "",
|
|
10
|
+
"Branch": "master",
|
|
11
|
+
"HasDocs": true,
|
|
12
|
+
"HasCover": true,
|
|
13
|
+
"Sidebar": [
|
|
14
|
+
{
|
|
15
|
+
"Title": "Quackage",
|
|
16
|
+
"Path": "README.md"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"Title": "Package Management",
|
|
20
|
+
"Children": [
|
|
21
|
+
{
|
|
22
|
+
"Title": "Overview",
|
|
23
|
+
"Path": "commands/package-management/README.md"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"Title": "updatepackage",
|
|
27
|
+
"Path": "commands/package-management/updatepackage.md"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"Title": "luxuryupdatepackage",
|
|
31
|
+
"Path": "commands/package-management/luxuryupdatepackage.md"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"Title": "lint",
|
|
35
|
+
"Path": "commands/package-management/lint.md"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"Title": "Boilerplate",
|
|
41
|
+
"Children": [
|
|
42
|
+
{
|
|
43
|
+
"Title": "Overview",
|
|
44
|
+
"Path": "commands/boilerplate/README.md"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"Title": "boilerplate",
|
|
48
|
+
"Path": "commands/boilerplate/boilerplate.md"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"Title": "listtemplates",
|
|
52
|
+
"Path": "commands/boilerplate/listtemplates.md"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"Title": "buildtemplates",
|
|
56
|
+
"Path": "commands/boilerplate/buildtemplates.md"
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"Title": "Compiling",
|
|
62
|
+
"Children": [
|
|
63
|
+
{
|
|
64
|
+
"Title": "Overview",
|
|
65
|
+
"Path": "commands/compiling/README.md"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"Title": "stricture-compile",
|
|
69
|
+
"Path": "commands/compiling/stricture-compile.md"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"Title": "stricture-legaacy",
|
|
73
|
+
"Path": "commands/compiling/stricture-legaacy.md"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"Title": "assemble_json_views",
|
|
77
|
+
"Path": "commands/compiling/assemble_json_views.md"
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"Title": "Building",
|
|
83
|
+
"Children": [
|
|
84
|
+
{
|
|
85
|
+
"Title": "Overview",
|
|
86
|
+
"Path": "commands/building/README.md"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"Title": "build",
|
|
90
|
+
"Path": "commands/building/build.md"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"Title": "copy-files-from-to",
|
|
94
|
+
"Path": "commands/building/copy-files-from-to.md"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"Title": "run-mocha-tests",
|
|
98
|
+
"Path": "commands/building/run-mocha-tests.md"
|
|
99
|
+
}
|
|
100
|
+
]
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"Title": "Documentation",
|
|
104
|
+
"Children": [
|
|
105
|
+
{
|
|
106
|
+
"Title": "Overview",
|
|
107
|
+
"Path": "commands/documentation/README.md"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"Title": "generate-documentation",
|
|
111
|
+
"Path": "commands/documentation/generate-documentation.md"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"Title": "indoctrinate",
|
|
115
|
+
"Path": "commands/documentation/indoctrinate.md"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"Title": "indoctrinate-index",
|
|
119
|
+
"Path": "commands/documentation/indoctrinate-index.md"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"Title": "docuserve-inject",
|
|
123
|
+
"Path": "commands/documentation/docuserve-inject.md"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"Title": "prepare-docs",
|
|
127
|
+
"Path": "commands/documentation/prepare-docs.md"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"Title": "prepare-local",
|
|
131
|
+
"Path": "commands/documentation/prepare-local.md"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"Title": "docs-serve",
|
|
135
|
+
"Path": "commands/documentation/docs-serve.md"
|
|
136
|
+
}
|
|
137
|
+
]
|
|
138
|
+
}
|
|
139
|
+
],
|
|
140
|
+
"DocFiles": [
|
|
141
|
+
".nojekyll",
|
|
142
|
+
"README.md",
|
|
143
|
+
"_brand.json",
|
|
144
|
+
"_cover.md",
|
|
145
|
+
"_sidebar.md",
|
|
146
|
+
"_topbar.md",
|
|
147
|
+
"_version.json",
|
|
148
|
+
"commands/boilerplate/README.md",
|
|
149
|
+
"commands/boilerplate/boilerplate.md",
|
|
150
|
+
"commands/boilerplate/buildtemplates.md",
|
|
151
|
+
"commands/boilerplate/listtemplates.md",
|
|
152
|
+
"commands/building/README.md",
|
|
153
|
+
"commands/building/build.md",
|
|
154
|
+
"commands/building/copy-files-from-to.md",
|
|
155
|
+
"commands/building/run-mocha-tests.md",
|
|
156
|
+
"commands/compiling/README.md",
|
|
157
|
+
"commands/compiling/assemble_json_views.md",
|
|
158
|
+
"commands/compiling/stricture-compile.md",
|
|
159
|
+
"commands/compiling/stricture-legaacy.md",
|
|
160
|
+
"commands/documentation/README.md",
|
|
161
|
+
"commands/documentation/docs-serve.md",
|
|
162
|
+
"commands/documentation/docuserve-inject.md",
|
|
163
|
+
"commands/documentation/generate-documentation.md",
|
|
164
|
+
"commands/documentation/indoctrinate-index.md",
|
|
165
|
+
"commands/documentation/indoctrinate.md",
|
|
166
|
+
"commands/documentation/prepare-docs.md",
|
|
167
|
+
"commands/documentation/prepare-local.md",
|
|
168
|
+
"commands/package-management/README.md",
|
|
169
|
+
"commands/package-management/lint.md",
|
|
170
|
+
"commands/package-management/luxuryupdatepackage.md",
|
|
171
|
+
"commands/package-management/updatepackage.md",
|
|
172
|
+
"errorpage.md",
|
|
173
|
+
"index.html",
|
|
174
|
+
"retold-catalog.json",
|
|
175
|
+
"retold-keyword-index.json"
|
|
176
|
+
]
|
|
177
|
+
},
|
|
178
|
+
"Groups": []
|
|
236
179
|
}
|