@fedify/cli v1.2.2
fedify
: the CLI toolchain for Fedify and debugging ActivityPub
The fedify
is a CLI toolchain for Fedify and debugging ActivityPub-enabled
federated server apps. Although it is primarily designed for developers who use
Fedify, it can be used with any ActivityPub-enabled server.
Installation
Using npm
If you have npm installed, you can install fedify
by running the following
command:
npm install -g @fedify/cli
Using Bun
If you have Bun installed, you can install fedify
by running the following
command:
bun install -g @fedify/cli
Using Deno
If you have Deno installed, you can install fedify
by running the following
command:
# Linux/macOS
deno install \
-A \
--unstable-fs --unstable-kv --unstable-temporal \
-n fedify \
jsr:@fedify/cli
# Windows
deno install `
-A `
--unstable-fs --unstable-kv --unstable-temporal `
-n fedify `
jsr:@fedify/cli
Downloading the executable
You can download the pre-built executables from the releases page. Download
the appropriate executable for your platform and put it in your PATH
.
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
12 months ago
12 months ago
12 months ago
12 months ago