Skip to content

Commit 9e7b32f

Browse files
committed
promo: org social card promotes the CLI (npm i -g @imqueue/cli)
The CLI is the entry point (scaffolds services, generates typed clients), so the org/generic card leads with it instead of @imqueue/rpc.
1 parent 4238cf3 commit 9e7b32f

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

promotion/social-preview/org.png

152 Bytes
Loading

scripts/gen-social-preview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const esc = (s) => s.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g,
6464

6565
// name, tagline (+ optional second line for long ones), install command
6666
const CARDS = [
67-
{ repo: "org", name: "@imqueue", tagline: "RPC over a message queue for Node & TypeScript", cmd: "npm i @imqueue/rpc" },
67+
{ repo: "org", name: "@imqueue", tagline: "RPC over a message queue for Node & TypeScript", cmd: "npm i -g @imqueue/cli" },
6868
{ repo: "rpc", name: "@imqueue/rpc", tagline: "Type-safe RPC over a message queue", cmd: "npm i @imqueue/rpc" },
6969
{ repo: "core", name: "@imqueue/core", tagline: "The Redis-backed messaging-queue engine", cmd: "npm i @imqueue/core" },
7070
{ repo: "cli", name: "@imqueue/cli", tagline: "Scaffolding & typed-client generation", cmd: "npm i -g @imqueue/cli" },

0 commit comments

Comments
 (0)