gamecn-registry
v0.0.1
Published
Authoring CLI for gamecn registries — validate items, build a deployable static site, and serve it locally for development.
Maintainers
Readme
gamecn-registry
Authoring CLI for gamecn registries.
Status: early. This 0.0.x publish reserves the name. The schema and item format may shift before 1.0.
Quick look
npx gamecn-registry build --src registry --out registry-dist --base-url https://your-registry.example.comCommands
gamecn-registry build Build a registry from a source tree
gamecn-registry validate Validate one or all items without emitting
gamecn-registry dev Build, then serve the output directory over HTTPA registry source tree is a directory of <engine>/<item-name>/item.json
manifests with companion source files. The build emits a deployable static
site:
registry-dist/
registry.json # index of all items
r/<item-name>.json # full per-item manifests
assets/<sha256> # content-addressed binary assetsLicense
MIT.
