Skip to content

Commit

Permalink
Also add Bun & SvelteKit SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmytton committed May 21, 2024
1 parent d7ea5bd commit fce14ac
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,17 @@ for JS.

## Quick start

- **Bun?** Use the [`@arcjet/bun`](https://www.npmjs.com/package/@arcjet/bun)
package.
- **Next.js?** Use the
[`@arcjet/next`](https://www.npmjs.com/package/@arcjet/next) package with our
[Next.js quick start guide](https://docs.arcjet.com/get-started/nextjs).
- **Node.js?** Use the
[`@arcjet/node`](https://www.npmjs.com/package/@arcjet/node) package with our
[Node.js quick start guide](https://docs.arcjet.com/get-started/nodejs).
- **SvelteKit?** Use the
[`@arcjet/sveltekit`](https://www.npmjs.com/package/@arcjet/sveltekit)
package.

## Get help

Expand Down Expand Up @@ -145,9 +150,10 @@ find a specific one through the categories and descriptions below.

### SDKs

- [`@arcjet/bun`](./arcjet-bun/README.md): SDK for Bun.sh.
- [`@arcjet/next`](./arcjet-next/README.md): SDK for the Next.js framework.
- [`@arcjet/node`](./arcjet-node/README.md): SDK for Node.js.
- [`@arcjet/bun`](./arcjet-bun/README.md): SDK for Bun.sh.
- [`@arcjet/sveltekit`](./arcjet-sveltekit/README.md): SDK for SvelteKit.

### Analysis

Expand Down

0 comments on commit fce14ac

Please sign in to comment.