File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 44 "editor.formatOnSave" : true ,
55 "editor.defaultFormatter" : " denoland.vscode-deno" ,
66 "cSpell.words" : [
7+ " bunx" ,
78 " deno" ,
89 " denostack" ,
910 " hasher" ,
Original file line number Diff line number Diff line change 66 <img alt =" License " src =" https://img.shields.io/npm/l/inthash.svg?style=flat-square " />
77 <img alt =" Language Typescript " src =" https://img.shields.io/badge/language-Typescript-007acc.svg?style=flat-square " />
88 <br />
9- <a href =" https://deno.land/x/inthash " ><img alt =" deno.land/x/inthash " src =" https://img.shields.io/badge/dynamic/json?url=https://api.github.com/repos/denostack/inthash/tags&query=$[0].name&display_name=tag&label=deno.land/x/inthash@&style=flat-square&logo=deno&labelColor=000&color=777 " /></a >
10- <a href =" https://www.npmjs.com/package/inthash " ><img alt =" Version " src =" https://img.shields.io/npm/v/inthash.svg?style=flat-square&logo=npm " /></a >
9+ <a href =" https://jsr.io/@denostack/inthash " ><img alt =" JSR version " src =" https://jsr.io/badges/@denostack/inthash?style=flat-square " /></a >
10+ <a href =" https://deno.land/x/inthash " ><img alt =" Deno version " src =" https://deno.land/badge/inthash/version?style=flat-square " /></a >
11+ <a href =" https://www.npmjs.com/package/inthash " ><img alt =" NPM Version " src =" https://img.shields.io/npm/v/inthash.svg?style=flat-square&logo=npm " /></a >
1112 <a href =" https://npmcharts.com/compare/inthash?minimal=true " ><img alt =" Downloads " src =" https://img.shields.io/npm/dt/inthash.svg?style=flat-square " /></a >
1213</p >
1314
@@ -42,7 +43,10 @@ Run the following command to generate random settings for your hasher:
4243npx inthash
4344
4445# Deno:
45- deno run https://deno.land/x/inthash/cli.ts
46+ deno run jsr:@denostack/inthash/cli
47+
48+ # Bun
49+ bunx inthash
4650
4751# Output:
4852# {
You can’t perform that action at this time.
0 commit comments