Skip to content

GageSorrell/ReactiveEventCli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copyright © 2026 Gage Sorrell. Released under the MIT license.

reactive-event-cli

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.

Installation

Ensure that reactive-event is installed,

npm install reactive-event

From here, there are two options,

  1. (Recommended) Run the init command, which adds the CLI globally and launches the setup wizard for you,
npx init reactive-event
  1. Add the CLI as a devDependency (or globally), then run the setup command,
npm install --save-dev reactive-event-cli
npm exec -- reactive-event-cli setup

# Or, globally,
npm install -g reactive-event-cli
reactive-event-cli setup

Documentation

The 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.

About

The CLI utility for electron-reactive-event.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors