Adom Wiki
Public Made by Adomby adom
How the Adom Wiki (wiki.adom.inc) works and how to drive it with the adom-wiki CLI: the two storage layers (git page repo vs package registry), hosting source by pushing files (not a tarball), making
| Name | Last updated |
|---|---|
| screenshots | 21d ago |
| install.sh | 21d ago |
| package.json | 11d ago |
| page.json | 10d ago |
| README.md | 21d ago |
| SKILL.md | 11d ago |
| uninstall.sh | 21d ago |
Adom Wiki
How the Adom Wiki (wiki.adom.inc) works and how to drive it with the adom-wiki
CLI. See SKILL.md for the full guide.
The Adom Wiki is a package registry plus a git-backed page per project. Every page
has two independent storage layers that are not synced: the git page repo (Files
tab, README, commits) and the package registry (versions, dist-tags, install).
You host source by pushing files into the repo, not by attaching a tarball. You
distribute installables with adom-wiki pkg publish / pkg install, and host
downloadable per-platform binaries with adom-wiki release upload.
adom-wiki is the current CLI. adompkg, and any "wiki v1/v2" or *.adom.cloud
slug host, are deprecated.