Skip to main content

A CLI to create Sapling projects

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
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
64%
Published
3 hours ago (0.0.13)

JSR

Sapling

A CLI for creating Sapling projects.

Usage

deno -A jsr:@sapling/create

You're here really early. More to come soon.

Add Package

deno add jsr:@sapling/create

Import symbol

import * as create from "@sapling/create";

---- OR ----

Import directly with a jsr specifier

import * as create from "jsr:@sapling/create";

Add Package

npx jsr add @sapling/create

Import symbol

import * as create from "@sapling/create";

Add Package

yarn dlx jsr add @sapling/create

Import symbol

import * as create from "@sapling/create";

Add Package

pnpm dlx jsr add @sapling/create

Import symbol

import * as create from "@sapling/create";

Add Package

bunx jsr add @sapling/create

Import symbol

import * as create from "@sapling/create";