-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
DylanBulmer
committed
Jul 19, 2024
1 parent
ab57e15
commit d8cc38e
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |