A work-in-progress event framework library (v0.1.0-beta, pre-1.0). Currently experimental with no stable release cadence. Differentiators unknown due to early stage. Lacks documentation and examples. Likely not suitable for production use.
npm install event-frameworkVerified import paths — ran on the pinned version, not inferred.
Creates an EventFramework instance, registers a listener, and starts the framework.
Pin to exact version and test thoroughly before upgrading.
Use a bundler that supports ESM or set type: module in package.json.
Always use named imports, e.g., import { EventFramework }.Review source code directly or wait for stable release.
Use import syntax or set type: module in package.json and rename file to .mjs.
Use import { EventFramework } from 'event-framework'.Run npm install event-framework@0.1.0-beta.
No dependency data recorded yet.