Skip to main content
Home

Built and signed on GitHub Actions

Create a new Limette project.

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
100%
Published
3 months ago (0.2.2)

Create a new Limette project

Run this command:

deno run -Ar jsr:@limette/init
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:@limette/init

Import symbol

import * as init from "@limette/init";
or

Import directly with a jsr specifier

import * as init from "jsr:@limette/init";

Add Package

pnpm i jsr:@limette/init
or (using pnpm 10.8 or older)
pnpm dlx jsr add @limette/init

Import symbol

import * as init from "@limette/init";

Add Package

yarn add jsr:@limette/init
or (using Yarn 4.8 or older)
yarn dlx jsr add @limette/init

Import symbol

import * as init from "@limette/init";

Add Package

npx jsr add @limette/init

Import symbol

import * as init from "@limette/init";

Add Package

bunx jsr add @limette/init

Import symbol

import * as init from "@limette/init";