quackage 1.2.3 → 1.2.5
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 +2 -0
- package/docs/_brand.json +18 -0
- package/docs/index.html +0 -2
- package/docs/retold-catalog.json +175 -232
- package/docs/retold-keyword-index.json +5288 -4179
- package/package.json +5 -5
- package/source/commands/Quackage-Command-PrepareDocs.js +76 -12
- package/source/services/Quackage-ExampleService.js +3 -3
- package/docs/css/docuserve.css +0 -327
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Quackage
|
|
2
2
|
|
|
3
|
+
> **[▶ Read the Quackage Documentation](https://stevenvelozo.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.
|
package/docs/_brand.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Hash": "quackage",
|
|
3
|
+
"Name": "Quackage",
|
|
4
|
+
"Tagline": "Standardized build tool for browser bundles, transpilation, testing, and packaging via Gulp and Browserify",
|
|
5
|
+
"Palette": "mix",
|
|
6
|
+
"Icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 96 96\" width=\"96\" height=\"96\">\n\t\t<defs>\n\t\t\t<clipPath id=\"frame-quackage-filled-light\">\n\t\t\t\t<path d=\"M 2 48\n\t\t\tA 46 46 0 1 0 94 48\n\t\t\tA 46 46 0 1 0 2 48 Z\"/>\n\t\t\t</clipPath>\n\t\t</defs>\n\t\t<path d=\"M 2 48\n\t\t\tA 46 46 0 1 0 94 48\n\t\t\tA 46 46 0 1 0 2 48 Z\" fill=\"#1c93d7\"/>\n\t\t<g clip-path=\"url(#frame-quackage-filled-light)\"><rect x=\"20\" y=\"20\" width=\"56\" height=\"56\" rx=\"8\" fill=\"rgba(255,255,255,0.18)\"/>\n\t\t\t\t\t<path d=\"M 48 30 L 70 48 L 48 66 L 26 48 Z\" fill=\"#e76142\"/></g>\n\t\t<text x=\"48\" y=\"50\" text-anchor=\"middle\" dominant-baseline=\"central\"\n\t\t\tfont-family=\"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif\"\n\t\t\tfont-size=\"56\" font-weight=\"700\"\n\t\t\tfill=\"#ffffff\" letter-spacing=\"-1\">Q</text>\n\t</svg>",
|
|
7
|
+
"IconType": "svg",
|
|
8
|
+
"Favicon": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 96 96\" width=\"96\" height=\"96\">\n\t\t<defs>\n\t\t\t<clipPath id=\"fav-quackage-light\">\n\t\t\t\t<path d=\"M 2 48\n\t\t\tA 46 46 0 1 0 94 48\n\t\t\tA 46 46 0 1 0 2 48 Z\"/>\n\t\t\t</clipPath>\n\t\t</defs>\n\t\t<path d=\"M 2 48\n\t\t\tA 46 46 0 1 0 94 48\n\t\t\tA 46 46 0 1 0 2 48 Z\" fill=\"#1c93d7\"/>\n\t\t<g clip-path=\"url(#fav-quackage-light)\"><rect x=\"16\" y=\"16\" width=\"64\" height=\"64\" rx=\"10\" fill=\"rgba(255,255,255,0.22)\"/></g>\n\t\t<text x=\"48\" y=\"50\" text-anchor=\"middle\" dominant-baseline=\"central\"\n\t\t\tfont-family=\"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif\"\n\t\t\tfont-size=\"60\" font-weight=\"800\"\n\t\t\tfill=\"#ffffff\" letter-spacing=\"-1\">Q</text>\n\t</svg>",
|
|
9
|
+
"FaviconDark": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 96 96\" width=\"96\" height=\"96\">\n\t\t<defs>\n\t\t\t<clipPath id=\"fav-quackage-dark\">\n\t\t\t\t<path d=\"M 2 48\n\t\t\tA 46 46 0 1 0 94 48\n\t\t\tA 46 46 0 1 0 2 48 Z\"/>\n\t\t\t</clipPath>\n\t\t</defs>\n\t\t<path d=\"M 2 48\n\t\t\tA 46 46 0 1 0 94 48\n\t\t\tA 46 46 0 1 0 2 48 Z\" fill=\"#69b8e6\"/>\n\t\t<g clip-path=\"url(#fav-quackage-dark)\"><rect x=\"16\" y=\"16\" width=\"64\" height=\"64\" rx=\"10\" fill=\"rgba(255,255,255,0.22)\"/></g>\n\t\t<text x=\"48\" y=\"50\" text-anchor=\"middle\" dominant-baseline=\"central\"\n\t\t\tfont-family=\"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif\"\n\t\t\tfont-size=\"60\" font-weight=\"800\"\n\t\t\tfill=\"#101418\" letter-spacing=\"-1\">Q</text>\n\t</svg>",
|
|
10
|
+
"Colors": {
|
|
11
|
+
"Primary": "#1c93d7",
|
|
12
|
+
"Secondary": "#e76142",
|
|
13
|
+
"PrimaryLight": "#1c93d7",
|
|
14
|
+
"PrimaryDark": "#69b8e6",
|
|
15
|
+
"SecondaryLight": "#e76142",
|
|
16
|
+
"SecondaryDark": "#eea897"
|
|
17
|
+
}
|
|
18
|
+
}
|
package/docs/index.html
CHANGED
|
@@ -8,8 +8,6 @@
|
|
|
8
8
|
|
|
9
9
|
<title>Quackage v1.1.0 Documentation</title>
|
|
10
10
|
|
|
11
|
-
<!-- Application Stylesheet -->
|
|
12
|
-
<link href="css/docuserve.css" rel="stylesheet">
|
|
13
11
|
<!-- KaTeX stylesheet for LaTeX equation rendering -->
|
|
14
12
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.css">
|
|
15
13
|
<!-- PICT Dynamic View CSS Container -->
|
package/docs/retold-catalog.json
CHANGED
|
@@ -1,236 +1,179 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Generated": "2026-
|
|
2
|
+
"Generated": "2026-05-22T05:36:48.699Z",
|
|
3
|
+
"Mode": "module",
|
|
3
4
|
"GitHubOrg": "stevenvelozo",
|
|
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
|
}
|