Skip to content

Commit

Permalink
feat: deno/jsr support
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Oct 17, 2024
1 parent 5545177 commit 0a6c36b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@
<a href="https://www.npmjs.com/package/case-anything"><img src="https://img.shields.io/npm/v/case-anything.svg" alt="Total Downloads"></a>
<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>

```
```sh
# npm
npm i case-anything

# deno
deno add jsr:@mesqueeb/case-anything

# jsr (use any of npx, yarn dlx, pnpm dlx, or bunx)
npx jsr add @mesqueeb/case-anything
```

14 case changing functions: camelCase, kebab-case, PascalCase **and more**...<br />
Expand Down
5 changes: 5 additions & 0 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "@mesqueeb/case-anything",
"version": "3.1.0",
"exports": "./src/index.ts"
}

0 comments on commit 0a6c36b

Please sign in to comment.