@pokit/opentui
v0.0.48
Published
OpenTUI adapters for tabs and fullscreen apps in pok CLI applications
Maintainers
Readme
@pokit/opentui
OpenTUI adapters for pok tabbed execution and fullscreen interactive apps.
Installation
bun add @pokit/opentuiUsage
import { defineConfig } from '@pokit/core';
import { createTabsAdapter, createAppAdapter } from '@pokit/opentui';
export default defineConfig({
tabs: createTabsAdapter(),
app: createAppAdapter(),
});Exports
createTabsAdapter()createEventAdapter(bus, options?)createAppAdapter()
See docs: docs/packages/opentui.md.
