Copyright © 2026 Gage Sorrell. Released under the MIT license.
Purpose. This CLI provides the build step for reactive-event.
It also supports CI/CD pipelines with a "silent" mode.
Tip
VS Code users can use the Reactive Event extension, which runs the CLI for you automatically when needed.
Ensure that reactive-event is installed,
npm install reactive-eventFrom here, there are two options,
- (Recommended) Run the
initcommand, which adds the CLI globally and launches thesetupwizard for you,
npx init reactive-event- Add the CLI as a
devDependency(or globally), then run thesetupcommand,
npm install --save-dev reactive-event-cli
npm exec -- reactive-event-cli setup
# Or, globally,
npm install -g reactive-event-cli
reactive-event-cli setupThe documentation is available here, within the documentation for reactive-event.
Also see the Reactive Event extension for VS Code, which runs the CLI for you upon saving files.
For more details about reactive-event, please see the GitHub repo here.
This repository is a read-only mirror. Development takes place in the SorrellWm monorepo.