@topogram/starter-hello-api
v0.1.15
Published
Hono API-only Topogram starter.
Readme
Topogram Starter: Hello API
Package-backed Hono API-only starter for topogram copy.
topogram copy @topogram/starter-hello-api ./hello-apiContract
- Catalog id:
hello-api - Surfaces:
api - Generator:
@topogram/generator-hono-api - Runtime stack: Hono
- Executable implementation: no
- Purpose: API-only starter for modeling endpoint contracts without web or database output.
First Run
topogram copy hello-api ./hello-api
cd ./hello-api
npm install
npm run doctor
npm run check
npm run generate