Skip to main content
Home

latest
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
82%
Published
10 months ago (0.0.1)

Effect CLI Application Template

This template provides a solid foundation for building scalable and maintainable command-line applications with Effect.

Running Code

This template leverages bun which allows execution of TypeScript files as if they were written in plain JavaScript, while also provided additional features out of the box, such as package management, test runners, REPL, and more.

To execute a file with bun:

bun run ./path/to/the/file.ts

Operations

Building

To build the package:

bun run build

Testing

To test the package:

bun test

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:@0xc/effect-bun-cli

Import symbol

import * as effect_bun_cli from "@0xc/effect-bun-cli";
or

Import directly with a jsr specifier

import * as effect_bun_cli from "jsr:@0xc/effect-bun-cli";

Add Package

pnpm i jsr:@0xc/effect-bun-cli
or (using pnpm 10.8 or older)
pnpm dlx jsr add @0xc/effect-bun-cli

Import symbol

import * as effect_bun_cli from "@0xc/effect-bun-cli";

Add Package

yarn add jsr:@0xc/effect-bun-cli
or (using Yarn 4.8 or older)
yarn dlx jsr add @0xc/effect-bun-cli

Import symbol

import * as effect_bun_cli from "@0xc/effect-bun-cli";

Add Package

vlt install jsr:@0xc/effect-bun-cli

Import symbol

import * as effect_bun_cli from "@0xc/effect-bun-cli";

Add Package

npx jsr add @0xc/effect-bun-cli

Import symbol

import * as effect_bun_cli from "@0xc/effect-bun-cli";

Add Package

bunx jsr add @0xc/effect-bun-cli

Import symbol

import * as effect_bun_cli from "@0xc/effect-bun-cli";