quackage 1.2.5 → 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 +2 -2
- 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 +2 -2
- package/docs/retold-keyword-index.json +1 -1
- 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 +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Quackage
|
|
2
2
|
|
|
3
|
-
> **[▶ Read the Quackage Documentation](https://
|
|
3
|
+
> **[▶ Read the Quackage Documentation](https://fable-retold.github.io/quackage/)** — interactive docs with the full API reference.
|
|
4
4
|
|
|
5
5
|
Package. Test. Duck. Name a more iconic trio.
|
|
6
6
|
|
|
@@ -55,7 +55,7 @@ npx quack enhance-my-package
|
|
|
55
55
|
|
|
56
56
|
## Related Packages
|
|
57
57
|
|
|
58
|
-
- [indoctrinate](https://github.com/
|
|
58
|
+
- [indoctrinate](https://github.com/fable-retold/indoctrinate) - Documentation scaffolding
|
|
59
59
|
|
|
60
60
|
## License
|
|
61
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "quackage",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "Building. Testing. Quacking. Reloading.",
|
|
5
5
|
"main": "source/Quackage-CLIProgram.js",
|
|
6
6
|
"scripts": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"repository": {
|
|
36
36
|
"type": "git",
|
|
37
|
-
"url": "https://github.com/
|
|
37
|
+
"url": "https://github.com/fable-retold/quackage.git"
|
|
38
38
|
},
|
|
39
39
|
"browser": {
|
|
40
40
|
"./source/utility/Quackage-Execute-Process.js": "./source/utility/Quackage-Execute-Process-Base.js"
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"author": "Steven Velozo <steven@velozo.com> (http://velozo.com/)",
|
|
47
47
|
"license": "MIT",
|
|
48
48
|
"bugs": {
|
|
49
|
-
"url": "https://github.com/
|
|
49
|
+
"url": "https://github.com/fable-retold/quackage/issues"
|
|
50
50
|
},
|
|
51
|
-
"homepage": "https://github.com/
|
|
51
|
+
"homepage": "https://github.com/fable-retold/quackage",
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@babel/core": "^7.29.0",
|
|
54
54
|
"@babel/preset-env": "^7.29.0",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"mocha": "10.4.0",
|
|
66
66
|
"npm-check-updates": "^18.0.1",
|
|
67
67
|
"nyc": "^15.1.0",
|
|
68
|
-
"pict-provider-theme": "^1.0
|
|
68
|
+
"pict-provider-theme": "^1.1.0",
|
|
69
69
|
"pict-service-commandlineutility": "^1.0.19",
|
|
70
70
|
"retold-harness": "^1.1.12",
|
|
71
71
|
"vinyl-buffer": "^1.0.1",
|
|
@@ -77,6 +77,6 @@
|
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"pict-docuserve": "^1.4.
|
|
80
|
+
"pict-docuserve": "^1.4.4"
|
|
81
81
|
}
|
|
82
82
|
}
|
|
@@ -60,7 +60,7 @@ class QuackageCommandDockerInit extends libCommandLineCommand
|
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
let tmpImageName = tmpPkg.name;
|
|
63
|
-
let tmpOwner = this._inferGithubOwner(tmpPkg) || '
|
|
63
|
+
let tmpOwner = this._inferGithubOwner(tmpPkg) || 'fable-retold';
|
|
64
64
|
let tmpVersion = tmpPkg.version || '0.0.0';
|
|
65
65
|
|
|
66
66
|
let tmpSubstitutions =
|
|
@@ -15,7 +15,7 @@ class QuackageCommandIndoctrinate extends libCommandLineCommand
|
|
|
15
15
|
|
|
16
16
|
this.options.CommandOptions.push({ Name: '-d, --directory_root [directory_root]', Description: 'Root directory to scan for modules (defaults to CWD).', Default: '' });
|
|
17
17
|
this.options.CommandOptions.push({ Name: '-b, --branch [branch]', Description: 'Git branch for GitHub raw URLs (defaults to master).', Default: 'master' });
|
|
18
|
-
this.options.CommandOptions.push({ Name: '-g, --github_org [github_org]', Description: 'GitHub organization for raw URLs (defaults to
|
|
18
|
+
this.options.CommandOptions.push({ Name: '-g, --github_org [github_org]', Description: 'GitHub organization for raw URLs (defaults to fable-retold).', Default: 'fable-retold' });
|
|
19
19
|
|
|
20
20
|
this.options.Aliases.push('indoc');
|
|
21
21
|
|
|
@@ -27,7 +27,7 @@ class QuackageCommandIndoctrinate extends libCommandLineCommand
|
|
|
27
27
|
let tmpDocsFolder = libPath.resolve(this.ArgumentString || '.');
|
|
28
28
|
let tmpDirectoryRoot = this.CommandOptions.directory_root || this.fable.AppData.CWD;
|
|
29
29
|
let tmpBranch = this.CommandOptions.branch || 'master';
|
|
30
|
-
let tmpGitHubOrg = this.CommandOptions.github_org || '
|
|
30
|
+
let tmpGitHubOrg = this.CommandOptions.github_org || 'fable-retold';
|
|
31
31
|
let tmpOutputFile = libPath.join(tmpDocsFolder, 'retold-catalog.json');
|
|
32
32
|
|
|
33
33
|
this.log.info(`Generating documentation catalog with indoctrinate...`);
|
|
@@ -16,7 +16,7 @@ class QuackageCommandPrepareDocs extends libCommandLineCommand
|
|
|
16
16
|
|
|
17
17
|
this.options.CommandOptions.push({ Name: '-d, --directory_root [directory_root]', Description: 'Root directory to scan for modules (defaults to CWD).', Default: '' });
|
|
18
18
|
this.options.CommandOptions.push({ Name: '-b, --branch [branch]', Description: 'Git branch for GitHub raw URLs (defaults to master).', Default: 'master' });
|
|
19
|
-
this.options.CommandOptions.push({ Name: '-g, --github_org [github_org]', Description: 'GitHub organization for raw URLs (defaults to
|
|
19
|
+
this.options.CommandOptions.push({ Name: '-g, --github_org [github_org]', Description: 'GitHub organization for raw URLs (defaults to fable-retold).', Default: 'fable-retold' });
|
|
20
20
|
this.options.CommandOptions.push({ Name: '-x, --excluded_modules [excluded_modules]', Description: 'Comma-separated list of module names to exclude from the catalog and keyword index. Merged with any ExcludedModules list in indoctrinate\'s loaded config file (e.g. .indoctrinate.config.json).', Default: '' });
|
|
21
21
|
this.options.CommandOptions.push({ Name: '--docs_mode [docs_mode]', Description: 'Documentation scan mode: "module" (one module\'s docs/) or "ecosystem" (a folder of <group>/<module> repos). Auto-detected when omitted — "module" when the scan root has a package.json, else "ecosystem".', Default: '' });
|
|
22
22
|
|
|
@@ -31,7 +31,7 @@ class QuackageCommandPrepareDocs extends libCommandLineCommand
|
|
|
31
31
|
let tmpDocsFolder = libPath.resolve(this.ArgumentString || './docs');
|
|
32
32
|
let tmpDirectoryRoot = this.CommandOptions.directory_root || this.fable.AppData.CWD;
|
|
33
33
|
let tmpBranch = this.CommandOptions.branch || 'master';
|
|
34
|
-
let tmpGitHubOrg = this.CommandOptions.github_org || '
|
|
34
|
+
let tmpGitHubOrg = this.CommandOptions.github_org || 'fable-retold';
|
|
35
35
|
|
|
36
36
|
// Exclusion list passthrough. When set, both indoctrinate sub-commands
|
|
37
37
|
// get -x <list>. Comma-separated; indoctrinate will merge this with
|