Skip to content

Commit c17f6b0

Browse files
Add bun package manager option to SDK adapter docs (#8738)
1 parent 0de58af commit c17f6b0

File tree

12 files changed

+60
-0
lines changed

12 files changed

+60
-0
lines changed

docs/integrate/sdk/adapters/astro.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ Install the required Polar packages using the following command:
2828
pnpm add zod @polar-sh/astro
2929
```
3030
</Tab>
31+
<Tab title="bun">
32+
```bash Terminal
33+
bun add zod @polar-sh/astro
34+
```
35+
</Tab>
3136
</Tabs>
3237

3338
## Checkout

docs/integrate/sdk/adapters/better-auth.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ Install the required Better Auth and Polar packages using the following command:
4141
pnpm add better-auth @polar-sh/better-auth @polar-sh/sdk
4242
```
4343
</Tab>
44+
<Tab title="bun">
45+
```bash Terminal
46+
bun add better-auth @polar-sh/better-auth @polar-sh/sdk
47+
```
48+
</Tab>
4449
</Tabs>
4550

4651
## Integrate Polar with BetterAuth

docs/integrate/sdk/adapters/elysia.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ Install the required Polar packages using the following command:
2727
pnpm add zod @polar-sh/elysia
2828
```
2929
</Tab>
30+
<Tab title="bun">
31+
```bash Terminal
32+
bun add zod @polar-sh/elysia
33+
```
34+
</Tab>
3035
</Tabs>
3136

3237
### Checkout

docs/integrate/sdk/adapters/express.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ Install the required Polar packages using the following command:
2727
pnpm add zod @polar-sh/express
2828
```
2929
</Tab>
30+
<Tab title="bun">
31+
```bash Terminal
32+
bun add zod @polar-sh/express
33+
```
34+
</Tab>
3035
</Tabs>
3136

3237
## Checkout

docs/integrate/sdk/adapters/fastify.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ Install the required Polar packages using the following command:
2727
pnpm add zod @polar-sh/fastify
2828
```
2929
</Tab>
30+
<Tab title="bun">
31+
```bash Terminal
32+
bun add zod @polar-sh/fastify
33+
```
34+
</Tab>
3035
</Tabs>
3136

3237
## Checkout

docs/integrate/sdk/adapters/hono.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ Install the required Polar packages using the following command:
2727
pnpm add zod @polar-sh/hono
2828
```
2929
</Tab>
30+
<Tab title="bun">
31+
```bash Terminal
32+
bun add zod @polar-sh/hono
33+
```
34+
</Tab>
3035
</Tabs>
3136

3237
## Checkout

docs/integrate/sdk/adapters/nextjs.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ Install the required Polar packages using the following command:
2929
pnpm add zod @polar-sh/nextjs
3030
```
3131
</Tab>
32+
<Tab title="bun">
33+
```bash Terminal
34+
bun add zod @polar-sh/nextjs
35+
```
36+
</Tab>
3237
</Tabs>
3338

3439

docs/integrate/sdk/adapters/nuxt.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ Install the required Polar packages using the following command:
2727
pnpm add zod @polar-sh/nuxt
2828
```
2929
</Tab>
30+
<Tab title="bun">
31+
```bash Terminal
32+
bun add zod @polar-sh/nuxt
33+
```
34+
</Tab>
3035
</Tabs>
3136

3237
### Register the module

docs/integrate/sdk/adapters/remix.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ Install the required Polar packages using the following command:
2727
pnpm add zod @polar-sh/remix
2828
```
2929
</Tab>
30+
<Tab title="bun">
31+
```bash Terminal
32+
bun add zod @polar-sh/remix
33+
```
34+
</Tab>
3035
</Tabs>
3136

3237

docs/integrate/sdk/adapters/supabase.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ Install the required Polar packages using the following command:
2727
pnpm add zod @polar-sh/supabase
2828
```
2929
</Tab>
30+
<Tab title="bun">
31+
```bash Terminal
32+
bun add zod @polar-sh/supabase
33+
```
34+
</Tab>
3035
</Tabs>
3136

3237
## Checkout

0 commit comments

Comments
 (0)