@atheory-ai/kitsune-dev
v0.1.0
Published
Development modules and diagnostics helpers for Kitsune.
Maintainers
Readme
@atheory-ai/kitsune-dev
Development diagnostics, inspectors, and in-app devtools helpers for Kitsune.
@atheory-ai/kitsune-dev helps inspect runtime events, commands, diagnostics, and module behavior while building Kitsune applications.
Install
pnpm add -D @atheory-ai/kitsune-devUse
import { debugModule, devtoolsModule } from '@atheory-ai/kitsune-dev'
import { createKitRuntime } from '@atheory-ai/kitsune-core'
const runtime = createKitRuntime()
await runtime.install(debugModule())
await runtime.install(devtoolsModule())
await runtime.start()Exports
debugModuledevtoolsModuledefineKitDevtoolsElementbindKitDevtoolsElementDevtoolsTokenconsoleInspectordiagnosticsRecorderformatDiagnostic- Devtools, inspector, and recorder types
Documentation
See the Kitsune docs at https://kitsune.atheory.ai.
License
Apache-2.0
