Sign In

@topogram/generator-hono-api

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@topogram/generator-hono-api

Package-backed Topogram generator for Hono API services.

Source
npmnpm
Version
0.2.6
Version published
Weekly downloads
11
120%
Maintainers
1
Weekly downloads
 
Created
Source

Topogram Generator: Hono API

Package-backed Topogram generator for stateless Hono API services.

This package proves the API generator-pack boundary: Topogram core resolves the API topology component and normalized contracts, then this package turns the API projection into a Hono service.

Manifest

  • Generator id: @topogram/generator-hono-api
  • Surface: api
  • Projection platform: api
  • Stack: Hono + TypeScript
  • Package manifest: topogram-generator.json
  • Adapter export: index.cjs

Topology binding:

{
  "id": "app_api",
  "type": "api",
  "projection": "proj_api",
  "generator": {
    "id": "@topogram/generator-hono-api",
    "version": "1",
    "package": "@topogram/generator-hono-api"
  },
  "port": 3000
}

Verify Locally

From this repo:

npm run check

See CONSUMER_PROOF.md for the verification standard this repo must keep before publishing.

The smoke test packs this generator, installs it beside @topogram/cli in a temporary consumer project, runs topogram check, runs topogram generate, compiles the generated app bundle, and verifies the generated Hono API service files.

Use a different Topogram CLI package with:

TOPOGRAM_CLI_PACKAGE_SPEC=@topogram/cli@latest npm run check

FAQs

Package last updated on 05 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts