Skip to main content

@md/jsr@0.1.0
Built and signed on GitHub Actions

A Deno runnable to quickly set up and manage a JSR repository scaffold

This package works with Deno
This package works with Deno
JSR Score
88%
Published
2 weeks ago (0.1.0)

@md/jsr

A Deno runnable to quickly set up and manage a JSR repository scaffold.

How to use

Run deno run -W jsr:@md/jsr in your terminal to create a new project.

Run deno run -RW --allow-run=git jsr:@md/jsr/v <patch|minor|major> to increment the project version.

Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@md/jsr

Import symbol

import * as mod from "@md/jsr";

---- OR ----

Import directly with a jsr specifier

import * as mod from "jsr:@md/jsr";