@topogram/topogram-hello
v0.1.3
Published
Pure Topogram package for the neutral Hello/Greeting resource.
Readme
Topogram Hello
Pure Topogram package for the neutral Hello/Greeting resource.
This package is for topogram catalog copy, not topogram new. It contains:
topo/
topogram.project.json
README.mdIt intentionally does not contain executable implementation/ code.
Usage
After the catalog entry is available:
npm install --save-dev @topogram/cli
npx topogram doctor
npx topogram catalog show hello
npx topogram catalog copy hello ./hello-topogram
cd ./hello-topogram
npx topogram source status --local
npx topogram checkThe copied project is editable Topogram source. It can later be generated with a template or maintained by an agent/human workflow.
Verification
npm run pack:checkSee CONSUMER_PROOF.md for the verification standard
this repo must keep before publishing the pure topogram package.
The package smoke verifies that the packed package contains no implementation/
directory, validates the Topogram project, and exercises topogram catalog copy
with a local catalog fixture.
