Skip to main content
Home

Built and signed on GitHub Actions

It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
58%
Published
3 months ago (0.5.0)

convee

(WIP) Convee is a TS/JS library that implements a processing pipeline design pattern for general purposes.

More to come soon!

Usage

TODO

Test

To trigger all unit and integration tests run the following command:

pnpm test
Built and signed on
GitHub Actions

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:@fifo/convee

Import symbol

import * as convee from "@fifo/convee";
or

Import directly with a jsr specifier

import * as convee from "jsr:@fifo/convee";

Add Package

pnpm i jsr:@fifo/convee
or (using pnpm 10.8 or older)
pnpm dlx jsr add @fifo/convee

Import symbol

import * as convee from "@fifo/convee";

Add Package

yarn add jsr:@fifo/convee
or (using Yarn 4.8 or older)
yarn dlx jsr add @fifo/convee

Import symbol

import * as convee from "@fifo/convee";

Add Package

vlt install jsr:@fifo/convee

Import symbol

import * as convee from "@fifo/convee";

Add Package

npx jsr add @fifo/convee

Import symbol

import * as convee from "@fifo/convee";

Add Package

bunx jsr add @fifo/convee

Import symbol

import * as convee from "@fifo/convee";