@happytoolin/alur 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,6 +5,10 @@
5
5
  [![CI](https://github.com/happytoolin/alur/actions/workflows/ci.yml/badge.svg)](https://github.com/happytoolin/alur/actions/workflows/ci.yml)
6
6
  [![License: GPLv3](https://img.shields.io/badge/License-GPLv3-4F46E5.svg)](https://www.gnu.org/licenses/gpl-3.0)
7
7
  [![npm](https://img.shields.io/npm/v/%40happytoolin%2Falur?logo=npm&logoColor=white)](https://www.npmjs.com/package/@happytoolin/alur)
8
+ [![JSR](https://img.shields.io/jsr/v/%40happytoolin/alur?logo=jsr&logoColor=white)](https://jsr.io/@happytoolin/alur)
9
+ [![crates.io](https://img.shields.io/crates/v/alur?logo=rust&logoColor=white)](https://crates.io/crates/alur)
10
+ [![GitHub release](https://img.shields.io/github/v/release/happytoolin/alur?logo=github&logoColor=white)](https://github.com/happytoolin/alur/releases)
11
+ [![Homebrew](https://img.shields.io/badge/homebrew-happytap-FBB040?logo=homebrew&logoColor=black)](https://github.com/happytoolin/homebrew-happytap)
8
12
  ![npm](https://img.shields.io/badge/npm-supported-CB3837?logo=npm&logoColor=white)
9
13
  ![yarn](https://img.shields.io/badge/yarn-supported-2C8EBB?logo=yarn&logoColor=white)
10
14
  ![pnpm](https://img.shields.io/badge/pnpm-supported-F69220?logo=pnpm&logoColor=white)
@@ -46,6 +50,13 @@ npm install -g @happytoolin/alur
46
50
  alur --version
47
51
  ```
48
52
 
53
+ Or install globally from JSR with Deno:
54
+
55
+ ```bash
56
+ deno install --global -A -n alur jsr:@happytoolin/alur/alur
57
+ alur --version
58
+ ```
59
+
49
60
  Use the short commands:
50
61
 
51
62
  ```bash
@@ -96,6 +107,13 @@ brew install alur
96
107
  alur --version
97
108
  ```
98
109
 
110
+ ### JSR
111
+
112
+ ```bash
113
+ deno install --global -A -n alur jsr:@happytoolin/alur/alur
114
+ alur --version
115
+ ```
116
+
99
117
  ### Script Install
100
118
 
101
119
  macOS / Linux:
@@ -125,13 +143,13 @@ curl --proto '=https' --tlsv1.2 -LsSf https://github.com/happytoolin/alur/releas
125
143
  Pin a specific version:
126
144
 
127
145
  ```bash
128
- curl --proto '=https' --tlsv1.2 -LsSf https://github.com/happytoolin/alur/releases/download/v0.0.4/alur-installer.sh | sh
146
+ curl --proto '=https' --tlsv1.2 -LsSf https://github.com/happytoolin/alur/releases/download/v0.0.5/alur-installer.sh | sh
129
147
  ```
130
148
 
131
149
  CI example:
132
150
 
133
151
  ```bash
134
- curl --proto '=https' --tlsv1.2 -LsSf https://github.com/happytoolin/alur/releases/download/v0.0.4/alur-installer.sh | sh
152
+ curl --proto '=https' --tlsv1.2 -LsSf https://github.com/happytoolin/alur/releases/download/v0.0.5/alur-installer.sh | sh
135
153
  echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> "$GITHUB_ENV"
136
154
  ```
137
155
 
@@ -30,7 +30,7 @@
30
30
  "hasInstallScript": true,
31
31
  "license": "GPL-3.0-only",
32
32
  "name": "@happytoolin/alur",
33
- "version": "0.0.4"
33
+ "version": "0.0.5"
34
34
  },
35
35
  "node_modules/@isaacs/cliui": {
36
36
  "engines": {
@@ -549,5 +549,5 @@
549
549
  }
550
550
  },
551
551
  "requires": true,
552
- "version": "0.0.4"
552
+ "version": "0.0.5"
553
553
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "artifactDownloadUrls": [
3
- "https://github.com/happytoolin/alur/releases/download/v0.0.4"
3
+ "https://github.com/happytoolin/alur/releases/download/v0.0.5"
4
4
  ],
5
5
  "author": "Spark <helllo@kamran.sh>",
6
6
  "bin": {
@@ -137,7 +137,7 @@
137
137
  "zipExt": ".tar.xz"
138
138
  }
139
139
  },
140
- "version": "0.0.4",
140
+ "version": "0.0.5",
141
141
  "volta": {
142
142
  "node": "18.14.1",
143
143
  "npm": "9.5.0"