Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
m-dressler/jsrA Deno runnable to quickly set up and manage a JSR repository scaffold
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
View transparency logGitHub Actions
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";