Skip to content

Commit 349d360

Browse files
feat: add cli prototype
0 parents  commit 349d360

12 files changed

+1127
-0
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.DS_Store
2+
node_modules/
3+
dist/
4+
dist-esm/
5+
*.log
6+
*.tgz

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@jsr:registry=https://npm.jsr.io

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# JSR cli for node
2+
3+
See https://jsr.io/ .

0 commit comments

Comments
 (0)