From b73f43392d66a98bde8a246d688c4e03b90299ec Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Sat, 28 Feb 2026 03:56:07 +0000 Subject: [PATCH] docs: update READMEs to reference pnpm instead of yarn --- README.md | 10 +++++----- .../cosmos-kit-nextjs-app-router-example/README.md | 6 ------ .../cosmos-kit-nextjs-pages-router-example/README.md | 4 +--- packages/cosmos-kit/README.md | 10 +++++----- packages/react-lite/README.md | 2 +- packages/react/README.md | 2 +- 6 files changed, 13 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index d40e778e3..5636f7b49 100644 --- a/README.md +++ b/README.md @@ -119,9 +119,9 @@ See our docs on [integrating your wallet](https://docs.hyperweb.io/cosmos-kit/in For high-level examples suitable for most developers, explore our [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app). For a deeper, more technical understanding, this repository contains an example, which is also useful when integrating new wallets. ```sh -yarn build +pnpm run build cd packages/example -yarn dev +pnpm dev ``` #### [Basic Next.js Example](https://github.com/hyperweb-io/cosmos-kit/tree/main/examples) @@ -141,19 +141,19 @@ This example is ideal for developers looking to create integrations for Vue.js, ## 🛠 Developing -Checkout the repository and bootstrap the yarn workspace: +Checkout the repository and bootstrap the pnpm workspace: ```sh # Clone the repo. git clone https://github.com/hyperweb-io/cosmos-kit cd cosmos-kit -yarn +pnpm install ``` ### Building ```sh -yarn build +pnpm run build ``` ### Publishing diff --git a/examples/cosmos-kit-nextjs-app-router-example/README.md b/examples/cosmos-kit-nextjs-app-router-example/README.md index e215bc4cc..54d58a62e 100644 --- a/examples/cosmos-kit-nextjs-app-router-example/README.md +++ b/examples/cosmos-kit-nextjs-app-router-example/README.md @@ -5,13 +5,7 @@ This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next- First, run the development server: ```bash -npm run dev -# or -yarn dev -# or pnpm dev -# or -bun dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. diff --git a/examples/cosmos-kit-nextjs-pages-router-example/README.md b/examples/cosmos-kit-nextjs-pages-router-example/README.md index 1e2e683ea..0b3b03f3c 100644 --- a/examples/cosmos-kit-nextjs-pages-router-example/README.md +++ b/examples/cosmos-kit-nextjs-pages-router-example/README.md @@ -3,9 +3,7 @@ First, run the development server: ```bash -npm run dev -# or -yarn dev +pnpm dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. diff --git a/packages/cosmos-kit/README.md b/packages/cosmos-kit/README.md index bc3523eb5..753b71ecc 100644 --- a/packages/cosmos-kit/README.md +++ b/packages/cosmos-kit/README.md @@ -117,9 +117,9 @@ See our docs on [integrating your wallet](https://docs.hyperweb.io/cosmos-kit/in For high-level examples suitable for most developers, explore our [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app). For a deeper, more technical understanding, this repository contains an example, which is also useful when integrating new wallets. ```sh -yarn build +pnpm run build cd packages/example -yarn dev +pnpm dev ``` #### [Basic Next.js Example](https://github.com/hyperweb-io/cosmos-kit/tree/main/packages/example) @@ -139,19 +139,19 @@ This example is ideal for developers looking to create integrations for Vue.js, ## 🛠 Developing -Checkout the repository and bootstrap the yarn workspace: +Checkout the repository and bootstrap the pnpm workspace: ```sh # Clone the repo. git clone https://github.com/hyperweb-io/cosmos-kit cd cosmos-kit -yarn +pnpm install ``` ### Building ```sh -yarn build +pnpm run build ``` ### Publishing diff --git a/packages/react-lite/README.md b/packages/react-lite/README.md index c4bd91bfb..bcc948b0b 100644 --- a/packages/react-lite/README.md +++ b/packages/react-lite/README.md @@ -34,7 +34,7 @@ Cosmos Kit is a universal wallet adapter for developers to build apps that quick ## Installation ```sh -yarn add @cosmos-kit/react @cosmos-kit/core @cosmos-kit/keplr chain-registry +pnpm add @cosmos-kit/react @cosmos-kit/core @cosmos-kit/keplr chain-registry ``` ## Provider diff --git a/packages/react/README.md b/packages/react/README.md index c4bd91bfb..bcc948b0b 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -34,7 +34,7 @@ Cosmos Kit is a universal wallet adapter for developers to build apps that quick ## Installation ```sh -yarn add @cosmos-kit/react @cosmos-kit/core @cosmos-kit/keplr chain-registry +pnpm add @cosmos-kit/react @cosmos-kit/core @cosmos-kit/keplr chain-registry ``` ## Provider