Skip to content
/ ts-jsr-template Public template

A typescript template for publishing NPM modules

License

Notifications You must be signed in to change notification settings

CodrJS/ts-jsr-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@codr/ts-jsr-template

JSR Scope JSR JSR Score CodeQL

Purpose

Codr has the @codr namespace for the JavaScript Resistry (jsr). Modules published to JSR should by compatible for at least Node and Deno.

Getting Started

Click "Use this template" in Github, then "Create a new repository."

Contributing

# Clone the repo
git clone [email protected]:CodrJS/ts-jsr-template.git

# Cache deno dependencies
deno cache

# Lint, format, and test the code
deno lint
deno fmt
deno test

About

A typescript template for publishing NPM modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published