-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvexample.json
29 lines (29 loc) · 1.1 KB
/
envexample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"version": "0.1.2",
"architecture": {
"32bit": {
"url": "https://github.com/miniscruff/envexample/releases/download/v0.1.2/envexample_0.1.2_windows_386.zip",
"bin": [
"envexample.exe"
],
"hash": "87da7594a4ca6065efb8e7d782ec47f3f8d89a3682ef6f77d5c3f732d1577d9d"
},
"64bit": {
"url": "https://github.com/miniscruff/envexample/releases/download/v0.1.2/envexample_0.1.2_windows_amd64.zip",
"bin": [
"envexample.exe"
],
"hash": "9dd126f0a4e8e93f3730f4db5f89fb1da2329cc69848fa964619ee91fec0a903"
},
"arm64": {
"url": "https://github.com/miniscruff/envexample/releases/download/v0.1.2/envexample_0.1.2_windows_arm64.zip",
"bin": [
"envexample.exe"
],
"hash": "26a9d35444a8468731d71c99b9ce8ff6778e3264694aedb3fe6decf45f7f14fd"
}
},
"homepage": "https://github.com/miniscruff/envexample",
"license": "MIT",
"description": "Generate a .env.example from an env struct"
}