CLI tool for generating type-safe Electron IPC bindings. Current stable version 1.0.120 but migrated to reactive-event-cli. Automatically creates typed event handlers and payloads for Electron main/renderer communication, reducing boilerplate and runtime errors. Compared to electron-ipc or typed-ipc, this provides a codegen approach with React integration. Release cadence is irregular; last update was migration-related.
npm install electron-reactive-event-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
This shows how to import and run the CLI programmatically to generate code.
Install reactive-event-cli instead: npm uninstall electron-reactive-event-cli && npm install reactive-event-cli
Use dynamic import or CJS require if using CommonJS project.
Use --dry-run flag to preview changes before applying.
Ensure proper Electron environment before running CLI.
npm uninstall electron-reactive-event-cli && npm install reactive-event-cli
Run CLI from within an Electron project where main and renderer processes exist.
No dependency data recorded yet.