Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 2.88 KB

File metadata and controls

53 lines (41 loc) · 2.88 KB

@ankhorage/runtime

license: MIT npm: v0.2.4 runtime: bun typescript: strict eslint: checked prettier: checked build: checked tests: checked docs: paradox

Platform-neutral runtime contracts and helpers for Ankhorage generated apps.

Usage

Framework-neutral runtime boundary

@ankhorage/runtime owns platform-neutral runtime renderer contracts for generated apps.

Host apps keep router, theme, and other framework-specific behavior outside this package and inject it at the runtime boundary.

Source: src/readme-usage.ts

import { createRuntimeManifest } from './index.js';

createRuntimeManifest({
  config: {
    appId: 'demo',
  },
});

Generated documentation