Command-line interface for Triggery — create, scaffold, graph, lint.
Redux DevTools bridge for Triggery — middleware streaming runtime events into the Redux DevTools browser extension. Framework-agnostic. Zero runtime dependencies.
Declarative business-logic orchestration — framework-agnostic runtime (React, Solid, Vue, or any binding you write). Zero runtime dependencies.
ESLint plugin for Triggery — catches mis-use of createTrigger / useEvent / useCondition / useAction, suggests named hooks, enforces handler size budgets.
Jotai adapter for Triggery — read an atom's value from a trigger condition without subscribing the host component to atom updates
Codemods for migrating React/Redux side-effect code to Triggery — ts-morph powered.
React 18+/19 bindings for Triggery — useEvent / useCondition / useAction / useInlineTrigger / useInspect hooks + <TriggerRuntimeProvider> / <TriggerScope>. Zero runtime dependencies.
React components for inspecting a Triggery runtime — drop-in inspector panel and snapshot views
Vite plugin for Triggery — auto-imports every *.trigger.ts via a virtual module + HMR. Framework-agnostic (works alongside React, Solid, Vue).
Redux adapter for Triggery — read store state from a trigger condition without subscribing the component to re-renders
Vue 3 bindings for Triggery — same useEvent / useCondition / useAction surface as React, with provide/inject + onScopeDispose. Zero runtime dependencies.
Testing utilities for Triggery — isolated runtime, fake scheduler, mock conditions/actions. Zero runtime dependencies, works with Vitest / Jest / node:test.
Page-side bridge for Triggery devtools — broadcasts runtime events over window.postMessage. Framework-agnostic. Zero runtime dependencies.
SolidJS bindings for Triggery — same useEvent / useCondition / useAction surface as React, native to signals + onCleanup. Zero runtime dependencies.
TanStack Query adapter for Triggery — read cached query data from a trigger condition
DOM adapters for Triggery — pipe addEventListener, ResizeObserver and IntersectionObserver into triggers
Zustand adapter for Triggery — `useZustandCondition` hook wiring a Zustand store into a trigger
Socket adapters for Triggery — pipe socket.io events or native WebSocket messages into triggers
Reatom adapter for Triggery — read an atom's value from a trigger condition without subscribing the host component
MobX adapter for Triggery — read observable state from a trigger condition with no reaction setup
Signals adapter for Triggery — read a signal's value from a trigger condition without engaging signal-tracking on the host component
Pretty unicode tables for the command line. Based on the original cli-table.
No description provided.
A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/