@ecfjs/devtools
v1.0.0-rc.2
Published
ECF interactive developer dashboard — Telescope-style query inspector, log viewer, and job monitor
Maintainers
Readme
@ecfjs/devtools — Developer Debugging Platform
@ecfjs/devtools is the real-time developer debugging and telemetry dashboard for the ECF (Elegant Core Framework) ecosystem.
Features
- DevToolsManager — central collector orchestration
- Multi-Collector — HTTP, Database, Cache, Queue, Mail, Events, and 10+ subsystem collectors
- EntryStore — in-memory request-scoped debug entry storage
- DevTools Server — browser-based debug dashboard
- PerformanceCollector — request timing and memory profiling
Quick Start
import { Application } from "@ecfjs/core";
import { DevToolsServiceProvider, DevTools } from "@ecfjs/devtools";
const app = new Application();
app.register(DevToolsServiceProvider);
app.boot();
// Collectors automatically capture HTTP, DB, and cache activityDocumentation
- ARCHITECTURE.md — package architecture
License
MIT
