quackage 1.0.46 → 1.0.48

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.
Files changed (39) hide show
  1. package/docs/.nojekyll +0 -0
  2. package/docs/README.md +111 -0
  3. package/docs/_sidebar.md +35 -0
  4. package/docs/_topbar.md +5 -0
  5. package/docs/commands/boilerplate/README.md +45 -0
  6. package/docs/commands/boilerplate/boilerplate.md +55 -0
  7. package/docs/commands/boilerplate/buildtemplates.md +47 -0
  8. package/docs/commands/boilerplate/listtemplates.md +38 -0
  9. package/docs/commands/building/README.md +28 -0
  10. package/docs/commands/building/build.md +77 -0
  11. package/docs/commands/building/copy-files-from-to.md +34 -0
  12. package/docs/commands/building/run-mocha-tests.md +43 -0
  13. package/docs/commands/compiling/README.md +21 -0
  14. package/docs/commands/compiling/assemble_json_views.md +74 -0
  15. package/docs/commands/compiling/stricture-compile.md +33 -0
  16. package/docs/commands/compiling/stricture-legaacy.md +33 -0
  17. package/docs/commands/documentation/README.md +41 -0
  18. package/docs/commands/documentation/docs-serve.md +54 -0
  19. package/docs/commands/documentation/docuserve-inject.md +46 -0
  20. package/docs/commands/documentation/generate-documentation.md +47 -0
  21. package/docs/commands/documentation/indoctrinate-index.md +41 -0
  22. package/docs/commands/documentation/indoctrinate.md +46 -0
  23. package/docs/commands/documentation/prepare-docs.md +65 -0
  24. package/docs/commands/documentation/prepare-local.md +49 -0
  25. package/docs/commands/package-management/README.md +39 -0
  26. package/docs/commands/package-management/lint.md +36 -0
  27. package/docs/commands/package-management/luxuryupdatepackage.md +44 -0
  28. package/docs/commands/package-management/updatepackage.md +48 -0
  29. package/docs/cover.md +13 -0
  30. package/docs/css/docuserve.css +73 -0
  31. package/docs/errorpage.md +9 -0
  32. package/docs/index.html +39 -0
  33. package/docs/retold-catalog.json +255 -0
  34. package/docs/retold-keyword-index.json +8424 -0
  35. package/package.json +4 -4
  36. package/source/Quackage-CLIProgram.js +1 -0
  37. package/source/commands/Quackage-Command-DocuservePrepareLocal.js +75 -0
  38. package/source/commands/Quackage-Command-DocuserveServe.js +2 -2
  39. package/source/commands/Quackage-Command-PrepareDocs.js +2 -2
@@ -0,0 +1,9 @@
1
+ # Page Not Found
2
+
3
+ The page `{{path}}` could not be found.
4
+
5
+ Maybe you followed an old link, or the page was moved. Try one of these:
6
+
7
+ - [Go Home](/)
8
+ - [Browse Commands](commands/building/README.md)
9
+ - [Search the Docs](search)
@@ -0,0 +1,39 @@
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7
+ <meta name="description" content="Documentation powered by pict-docuserve">
8
+
9
+ <title>Documentation</title>
10
+
11
+ <!-- Application Stylesheet -->
12
+ <link href="css/docuserve.css" rel="stylesheet">
13
+ <!-- KaTeX stylesheet for LaTeX equation rendering -->
14
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.css">
15
+ <!-- PICT Dynamic View CSS Container -->
16
+ <style id="PICT-CSS"></style>
17
+
18
+ <!-- Load the PICT library from jsDelivr CDN -->
19
+ <script src="https://cdn.jsdelivr.net/npm/pict@1/dist/pict.min.js" type="text/javascript"></script>
20
+ <!-- Bootstrap the Application -->
21
+ <script type="text/javascript">
22
+ //<![CDATA[
23
+ Pict.safeOnDocumentReady(() => { Pict.safeLoadPictApplication(PictDocuserve, 2)});
24
+ //]]>
25
+ </script>
26
+ </head>
27
+ <body>
28
+ <!-- The root container for the Pict application -->
29
+ <div id="Docuserve-Application-Container"></div>
30
+
31
+ <!-- Mermaid diagram rendering -->
32
+ <script src="https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.min.js"></script>
33
+ <script>mermaid.initialize({ startOnLoad: false, theme: 'default' });</script>
34
+ <!-- KaTeX for LaTeX equation rendering -->
35
+ <script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.js"></script>
36
+ <!-- Load the Docuserve PICT Application Bundle from jsDelivr CDN -->
37
+ <script src="https://cdn.jsdelivr.net/npm/pict-docuserve@0/dist/pict-docuserve.min.js" type="text/javascript"></script>
38
+ </body>
39
+ </html>
@@ -0,0 +1,255 @@
1
+ {
2
+ "Generated": "2026-02-14T20:13:43.318Z",
3
+ "GitHubOrg": "stevenvelozo",
4
+ "DefaultBranch": "master",
5
+ "Groups": [
6
+ {
7
+ "Name": "Debug",
8
+ "Key": "debug",
9
+ "Description": "",
10
+ "Modules": [
11
+ {
12
+ "Name": "dist",
13
+ "Repo": "dist",
14
+ "Group": "debug",
15
+ "Branch": "master",
16
+ "HasDocs": false,
17
+ "HasCover": false,
18
+ "Sidebar": [],
19
+ "DocFiles": []
20
+ },
21
+ {
22
+ "Name": "output_docs",
23
+ "Repo": "output_docs",
24
+ "Group": "debug",
25
+ "Branch": "master",
26
+ "HasDocs": false,
27
+ "HasCover": false,
28
+ "Sidebar": [],
29
+ "DocFiles": []
30
+ },
31
+ {
32
+ "Name": "testenv",
33
+ "Repo": "testenv",
34
+ "Group": "debug",
35
+ "Branch": "master",
36
+ "HasDocs": false,
37
+ "HasCover": false,
38
+ "Sidebar": [],
39
+ "DocFiles": []
40
+ }
41
+ ]
42
+ },
43
+ {
44
+ "Name": "Dist",
45
+ "Key": "dist",
46
+ "Description": "",
47
+ "Modules": [
48
+ {
49
+ "Name": "indoctrinate_content_staging",
50
+ "Repo": "indoctrinate_content_staging",
51
+ "Group": "dist",
52
+ "Branch": "master",
53
+ "HasDocs": false,
54
+ "HasCover": false,
55
+ "Sidebar": [],
56
+ "DocFiles": []
57
+ }
58
+ ]
59
+ },
60
+ {
61
+ "Name": "Docs",
62
+ "Key": "docs",
63
+ "Description": "",
64
+ "Modules": [
65
+ {
66
+ "Name": "commands",
67
+ "Repo": "commands",
68
+ "Group": "docs",
69
+ "Branch": "master",
70
+ "HasDocs": true,
71
+ "HasCover": false,
72
+ "Sidebar": [],
73
+ "DocFiles": [
74
+ "commands/boilerplate/README.md",
75
+ "commands/boilerplate/boilerplate.md",
76
+ "commands/boilerplate/buildtemplates.md",
77
+ "commands/boilerplate/listtemplates.md",
78
+ "commands/building/README.md",
79
+ "commands/building/build.md",
80
+ "commands/building/copy-files-from-to.md",
81
+ "commands/building/run-mocha-tests.md",
82
+ "commands/compiling/README.md",
83
+ "commands/compiling/assemble_json_views.md",
84
+ "commands/compiling/stricture-compile.md",
85
+ "commands/compiling/stricture-legaacy.md",
86
+ "commands/documentation/README.md",
87
+ "commands/documentation/docs-serve.md",
88
+ "commands/documentation/docuserve-inject.md",
89
+ "commands/documentation/generate-documentation.md",
90
+ "commands/documentation/indoctrinate-index.md",
91
+ "commands/documentation/indoctrinate.md",
92
+ "commands/documentation/prepare-docs.md",
93
+ "commands/package-management/README.md",
94
+ "commands/package-management/lint.md",
95
+ "commands/package-management/luxuryupdatepackage.md",
96
+ "commands/package-management/updatepackage.md"
97
+ ]
98
+ },
99
+ {
100
+ "Name": "css",
101
+ "Repo": "css",
102
+ "Group": "docs",
103
+ "Branch": "master",
104
+ "HasDocs": true,
105
+ "HasCover": false,
106
+ "Sidebar": [],
107
+ "DocFiles": [
108
+ "css/docuserve.css"
109
+ ]
110
+ }
111
+ ]
112
+ },
113
+ {
114
+ "Name": "Source",
115
+ "Key": "source",
116
+ "Description": "",
117
+ "Modules": [
118
+ {
119
+ "Name": "commands",
120
+ "Repo": "commands",
121
+ "Group": "source",
122
+ "Branch": "master",
123
+ "HasDocs": false,
124
+ "HasCover": false,
125
+ "Sidebar": [],
126
+ "DocFiles": []
127
+ },
128
+ {
129
+ "Name": "services",
130
+ "Repo": "services",
131
+ "Group": "source",
132
+ "Branch": "master",
133
+ "HasDocs": false,
134
+ "HasCover": false,
135
+ "Sidebar": [],
136
+ "DocFiles": []
137
+ }
138
+ ]
139
+ },
140
+ {
141
+ "Name": "Templates",
142
+ "Key": "templates",
143
+ "Description": "",
144
+ "Modules": [
145
+ {
146
+ "Name": "cli-utility",
147
+ "Repo": "cli-utility",
148
+ "Group": "templates",
149
+ "Branch": "master",
150
+ "HasDocs": false,
151
+ "HasCover": false,
152
+ "Sidebar": [],
153
+ "DocFiles": []
154
+ },
155
+ {
156
+ "Name": "fableservice",
157
+ "Repo": "fableservice",
158
+ "Group": "templates",
159
+ "Branch": "master",
160
+ "HasDocs": false,
161
+ "HasCover": false,
162
+ "Sidebar": [],
163
+ "DocFiles": []
164
+ },
165
+ {
166
+ "Name": "luxury",
167
+ "Repo": "luxury",
168
+ "Group": "templates",
169
+ "Branch": "master",
170
+ "HasDocs": false,
171
+ "HasCover": false,
172
+ "Sidebar": [],
173
+ "DocFiles": []
174
+ },
175
+ {
176
+ "Name": "luxury-mysql",
177
+ "Repo": "luxury-mysql",
178
+ "Group": "templates",
179
+ "Branch": "master",
180
+ "HasDocs": false,
181
+ "HasCover": false,
182
+ "Sidebar": [],
183
+ "DocFiles": []
184
+ },
185
+ {
186
+ "Name": "node-gitignore",
187
+ "Repo": "node-gitignore",
188
+ "Group": "templates",
189
+ "Branch": "master",
190
+ "HasDocs": false,
191
+ "HasCover": false,
192
+ "Sidebar": [],
193
+ "DocFiles": []
194
+ },
195
+ {
196
+ "Name": "pictview",
197
+ "Repo": "pictview",
198
+ "Group": "templates",
199
+ "Branch": "master",
200
+ "HasDocs": false,
201
+ "HasCover": false,
202
+ "Sidebar": [],
203
+ "DocFiles": []
204
+ },
205
+ {
206
+ "Name": "pictviewunittest",
207
+ "Repo": "pictviewunittest",
208
+ "Group": "templates",
209
+ "Branch": "master",
210
+ "HasDocs": false,
211
+ "HasCover": false,
212
+ "Sidebar": [],
213
+ "DocFiles": []
214
+ },
215
+ {
216
+ "Name": "pictwebapp",
217
+ "Repo": "pictwebapp",
218
+ "Group": "templates",
219
+ "Branch": "master",
220
+ "HasDocs": false,
221
+ "HasCover": false,
222
+ "Sidebar": [],
223
+ "DocFiles": []
224
+ },
225
+ {
226
+ "Name": "unittest",
227
+ "Repo": "unittest",
228
+ "Group": "templates",
229
+ "Branch": "master",
230
+ "HasDocs": false,
231
+ "HasCover": false,
232
+ "Sidebar": [],
233
+ "DocFiles": []
234
+ }
235
+ ]
236
+ },
237
+ {
238
+ "Name": "Test",
239
+ "Key": "test",
240
+ "Description": "",
241
+ "Modules": [
242
+ {
243
+ "Name": "packagefiles",
244
+ "Repo": "packagefiles",
245
+ "Group": "test",
246
+ "Branch": "master",
247
+ "HasDocs": false,
248
+ "HasCover": false,
249
+ "Sidebar": [],
250
+ "DocFiles": []
251
+ }
252
+ ]
253
+ }
254
+ ]
255
+ }