@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 +20 -2
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
[](https://github.com/happytoolin/alur/actions/workflows/ci.yml)
|
|
6
6
|
[](https://www.gnu.org/licenses/gpl-3.0)
|
|
7
7
|
[](https://www.npmjs.com/package/@happytoolin/alur)
|
|
8
|
+
[](https://jsr.io/@happytoolin/alur)
|
|
9
|
+
[](https://crates.io/crates/alur)
|
|
10
|
+
[](https://github.com/happytoolin/alur/releases)
|
|
11
|
+
[](https://github.com/happytoolin/homebrew-happytap)
|
|
8
12
|

|
|
9
13
|

|
|
10
14
|

|
|
@@ -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.
|
|
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.
|
|
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
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"hasInstallScript": true,
|
|
31
31
|
"license": "GPL-3.0-only",
|
|
32
32
|
"name": "@happytoolin/alur",
|
|
33
|
-
"version": "0.0.
|
|
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.
|
|
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.
|
|
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.
|
|
140
|
+
"version": "0.0.5",
|
|
141
141
|
"volta": {
|
|
142
142
|
"node": "18.14.1",
|
|
143
143
|
"npm": "9.5.0"
|