Skip to main content

Built and signed on GitHub Actions

Commands for Dressed

This package works with Cloudflare Workers, Node.js, Deno, Bun
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
100%
Published
4 weeks ago (0.1.8)

@dressed/cmd

This library contains commandline functions for Dressed.

  • Build - Builds the bot and writes to a bot.gen.ts
  • Create - Clone a new bot from the examples repository
Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@dressed/cmd

Import symbol

import * as cmd from "@dressed/cmd";

---- OR ----

Import directly with a jsr specifier

import * as cmd from "jsr:@dressed/cmd";

Add Package

npx jsr add @dressed/cmd

Import symbol

import * as cmd from "@dressed/cmd";

Add Package

yarn dlx jsr add @dressed/cmd

Import symbol

import * as cmd from "@dressed/cmd";

Add Package

pnpm dlx jsr add @dressed/cmd

Import symbol

import * as cmd from "@dressed/cmd";

Add Package

bunx jsr add @dressed/cmd

Import symbol

import * as cmd from "@dressed/cmd";