tangled
alpha
login
or
join now
nekomimi.pet
/
wisp.place-monorepo
89
fork
atom
Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol.
wisp.place
89
fork
atom
overview
issues
10
pulls
pipelines
new hashes
nekomimi.pet
1 week ago
cfc240b3
70017577
+12
-12
3 changed files
expand all
collapse all
unified
split
apps
main-app
public
editor
tabs
CLITab.tsx
build-cli.sh
docs
src
content
docs
cli.md
+4
-4
apps/main-app/public/editor/tabs/CLITab.tsx
···
17
17
platform: "macOS (Apple Silicon)",
18
18
filename: "wisp-cli-aarch64-darwin",
19
19
sha256:
20
20
-
"560eface5029dbecdb4adb6cca169651cc301dd6d48263a1cddf1906a2295b0b",
20
20
+
"06544b3a3e27a4b8d7b3a46a39fb7205cf90b3061e19fe533b090facd604f375",
21
21
},
22
22
{
23
23
platform: "macOS (Intel)",
24
24
filename: "wisp-cli-x86_64-darwin",
25
25
sha256:
26
26
-
"fc759aa8d412948f735420536ee3f7944bda6119ad2c9169583a9b188ae889e5",
26
26
+
"9ec523e3ceef927b37adc52d449dcd9e13ea84fa49b0b77f0d5932c94cfe262e",
27
27
},
28
28
{
29
29
platform: "Linux (ARM64)",
30
30
filename: "wisp-cli-aarch64-linux",
31
31
sha256:
32
32
-
"2ff51a5411a20c45fd05d29f90acd24410bdce31f6fc8a91a125691b275e1216",
32
32
+
"42a262668e13dce36173a4096cdc2b22358b805cf192335f84534c7f695d395b",
33
33
},
34
34
{
35
35
platform: "Linux (x86_64)",
36
36
filename: "wisp-cli-x86_64-linux",
37
37
sha256:
38
38
-
"8cf27698daf2d1371f1a4eb1ec1e24c4da9185639dc09edc3f8bc3d358f08738",
38
38
+
"589ee59f3959ddfbc12fea38d2bcb91701f1362f560ae6fd506bebea3150e2cc",
39
39
},
40
40
] as const;
41
41
+4
-4
build-cli.sh
···
8
8
9
9
echo "Building wispctl binaries..."
10
10
11
11
-
bun build --compile --minify --target=bun-darwin-arm64 "$ENTRY" --outfile "$OUTDIR/wisp-cli-aarch64-darwin"
11
11
+
bun build --compile --minify --target=bun-darwin-arm64 "$ENTRY" --outfile "$OUTDIR/wisp-cli-aarch64-darwin"
12
12
echo " ✓ aarch64-darwin"
13
13
14
14
-
bun build --compile --minify --target=bun-darwin-x64 "$ENTRY" --outfile "$OUTDIR/wisp-cli-x86_64-darwin"
14
14
+
bun build --compile --minify --target=bun-darwin-x64 "$ENTRY" --outfile "$OUTDIR/wisp-cli-x86_64-darwin"
15
15
echo " ✓ x86_64-darwin"
16
16
17
17
-
bun build --compile --minify --target=bun-linux-arm64 "$ENTRY" --outfile "$OUTDIR/wisp-cli-aarch64-linux"
17
17
+
bun build --compile --minify --target=bun-linux-arm64 "$ENTRY" --outfile "$OUTDIR/wisp-cli-aarch64-linux"
18
18
echo " ✓ aarch64-linux"
19
19
20
20
-
bun build --compile --minify --target=bun-linux-x64 "$ENTRY" --outfile "$OUTDIR/wisp-cli-x86_64-linux"
20
20
+
bun build --compile --minify --target=bun-linux-x64 "$ENTRY" --outfile "$OUTDIR/wisp-cli-x86_64-linux"
21
21
echo " ✓ x86_64-linux"
22
22
23
23
lipo -create -output "$OUTDIR/wisp-cli-darwin-universal" \
+4
-4
docs/src/content/docs/cli.md
···
48
48
<h3 style="margin-top: 1.5rem; margin-bottom: 0.5rem;">SHA-256 Checksums</h3>
49
49
50
50
<pre style="font-size: 0.75rem; padding: 1rem;" class="language-bash" tabindex="0"><code class="language-bash">
51
51
-
560eface5029dbecdb4adb6cca169651cc301dd6d48263a1cddf1906a2295b0b wisp-cli-aarch64-darwin
52
52
-
fc759aa8d412948f735420536ee3f7944bda6119ad2c9169583a9b188ae889e5 wisp-cli-x86_64-darwin
53
53
-
2ff51a5411a20c45fd05d29f90acd24410bdce31f6fc8a91a125691b275e1216 wisp-cli-aarch64-linux
54
54
-
8cf27698daf2d1371f1a4eb1ec1e24c4da9185639dc09edc3f8bc3d358f08738 wisp-cli-x86_64-linux
51
51
+
06544b3a3e27a4b8d7b3a46a39fb7205cf90b3061e19fe533b090facd604f375 wisp-cli-aarch64-darwin
52
52
+
9ec523e3ceef927b37adc52d449dcd9e13ea84fa49b0b77f0d5932c94cfe262e wisp-cli-x86_64-darwin
53
53
+
42a262668e13dce36173a4096cdc2b22358b805cf192335f84534c7f695d395b wisp-cli-aarch64-linux
54
54
+
589ee59f3959ddfbc12fea38d2bcb91701f1362f560ae6fd506bebea3150e2cc wisp-cli-x86_64-linux
55
55
</code></pre>
56
56
57
57
</div>