Skip to main content

Built and signed on GitHub Actions

A TypeScript Library for creating Flowcore Pathways, simplifying the integration with the flowcore platform

This package works with Node.js, Deno, BunIt is unknown whether this package works with Cloudflare Workers, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
It is unknown whether this package works with Browsers
JSR Score
100%
Published
a week ago (0.12.0)

Main export module for Flowcore Pathways

This module re-exports all the components needed to work with Flowcore Pathways:

  • Common types and utilities
  • Event contracts and schemas
  • Pathway definitions and builders
  • Event routing functionality
Built and signed on
GitHub Actions
View transparency log

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@flowcore/pathways

Import symbol

import * as pathways from "@flowcore/pathways";
or

Import directly with a jsr specifier

import * as pathways from "jsr:@flowcore/pathways";

Add Package

pnpm i jsr:@flowcore/pathways
or (using pnpm 10.8 or older)
pnpm dlx jsr add @flowcore/pathways

Import symbol

import * as pathways from "@flowcore/pathways";

Add Package

yarn add jsr:@flowcore/pathways
or (using Yarn 4.8 or older)
yarn dlx jsr add @flowcore/pathways

Import symbol

import * as pathways from "@flowcore/pathways";

Add Package

npx jsr add @flowcore/pathways

Import symbol

import * as pathways from "@flowcore/pathways";

Add Package

bunx jsr add @flowcore/pathways

Import symbol

import * as pathways from "@flowcore/pathways";