Skip to content

ndxbn-tokyo/tyakka

Repository files navigation

Install

bun i tyakka

Usage

import type {Hono} from "hono";
import {Factory} from "tyakka";

const app: Hono = await new Factory().create();

export default app;

Releases

No releases published

Packages

No packages published