Summary
Update the jig docs for the tool's move to github.com/voxpupuli/jig and bring the prose in line with jig's current CLI. Implemented in #349.
What was done
Repo move
Command and prose fixes
Discoverability and naming
jig validate / test unit / update
Out of scope
The two overlapping publishing pages (_openvox_8x/modules_publishing.markdown and _ecosystem_8x/devkit/publishing.md) were left as-is. The jig docs live under the ecosystem collection, which tolerates more duplication than the core docs, so merging them wasn't worth it.
Summary
Update the jig docs for the tool's move to
github.com/voxpupuli/jigand bring the prose in line with jig's current CLI. Implemented in #349.What was done
Repo move
avitacco/jiglinks and thego installpath atvoxpupuli/jig.Command and prose fixes
modules_publishing.markdown(jig module build,jig build build,jig module) tojig build.--skip-interviewand its companion value flags onjig new module.--template-dirflag, then thetemplate_dirconfig key). The README'sJIG_TEMPLATE_DIRenv var doesn't reliably bind in the source, so it's left undocumented.Discoverability and naming
PDK.markdownjig "alternative" entry at our own/ecosystem/latest/devkit/jig.htmldocs (keeping a repo link for source/releases) and capitalize the proper noun "Jig".devkit/components.mdto the scaffolding page.jig validate/test unit/updatemigrating.md: mappdk update/validate/test unitto the jig commands, noting they wrap the underlyingbundle execcalls.linting.md: notejig validateruns validate + lint (notlint_fix).unit_testing.md: add the run command (jig test unit, wrappingbundle exec rake spec).Out of scope
The two overlapping publishing pages (
_openvox_8x/modules_publishing.markdownand_ecosystem_8x/devkit/publishing.md) were left as-is. The jig docs live under the ecosystem collection, which tolerates more duplication than the core docs, so merging them wasn't worth it.