Skip to main content
This release is 4 versions behind 3.0.5 — the latest version of @collidor/command. Jump to latest

Built and signed on GitHub Actions

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
70%
Published
2 weeks ago (2.1.5)

Codecov

Command

A small command bus library that ensures type safety and infers the expected output of any command on it's execution.

Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@collidor/command

Import symbol

import * as command from "@collidor/command";

---- OR ----

Import directly with a jsr specifier

import * as command from "jsr:@collidor/command";

Add Package

npx jsr add @collidor/command

Import symbol

import * as command from "@collidor/command";

Add Package

yarn dlx jsr add @collidor/command

Import symbol

import * as command from "@collidor/command";

Add Package

pnpm dlx jsr add @collidor/command

Import symbol

import * as command from "@collidor/command";

Add Package

bunx jsr add @collidor/command

Import symbol

import * as command from "@collidor/command";