Skip to content

Commit 0a6c36b

Browse files
committed
feat: deno/jsr support
1 parent 5545177 commit 0a6c36b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,15 @@
33
<a href="https://www.npmjs.com/package/case-anything"><img src="https://img.shields.io/npm/v/case-anything.svg" alt="Total Downloads"></a>
44
<a href="https://www.npmjs.com/package/case-anything"><img src="https://img.shields.io/npm/dw/case-anything.svg" alt="Latest Stable Version"></a>
55

6-
```
6+
```sh
7+
# npm
78
npm i case-anything
9+
10+
# deno
11+
deno add jsr:@mesqueeb/case-anything
12+
13+
# jsr (use any of npx, yarn dlx, pnpm dlx, or bunx)
14+
npx jsr add @mesqueeb/case-anything
815
```
916

1017
14 case changing functions: camelCase, kebab-case, PascalCase **and more**...<br />

jsr.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "@mesqueeb/case-anything",
3+
"version": "3.1.0",
4+
"exports": "./src/index.ts"
5+
}

0 commit comments

Comments
 (0)