Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanBulmer committed Jul 19, 2024
1 parent ab57e15 commit d8cc38e
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# JSR Module Template
# @codr/ts-jsr-template

## 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

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

# Cache deno dependencies
deno cache

# Test the code
deno test
```

0 comments on commit d8cc38e

Please sign in to comment.