Skip to content

Commit

Permalink
Merge pull request #834 from clerkinc/readme-update
Browse files Browse the repository at this point in the history
chore(repo): update packages in README
  • Loading branch information
dimkl authored Feb 20, 2023
2 parents be1bd1a + 3d717b7 commit bdd0119
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,14 @@ yarn add @clerk/clerk-sdk-node
For package specific details on installation, architecture and usage usage, you can refer to the package's README file.

- [`@clerk/backend`](./packages/backend): Functionalities regarded as "core" for Clerk to operate with. _Authentication resolution, API Resources etc._
- [`@clerk/clerk-sdk-node`](./packages/sdk-node): SDK for native Node.js environment and frameworks.
- [`@clerk/nextjs`](./packages/nextjs): Clerk package for Next.js.
- [`@clerk/clerk-expo`](./packages/expo) Clerk package for the Expo universal app framework.
- [`@clerk/clerk-js`](./packages/clerk-js): Core JavaScript implementation used by Clerk in the browser.
- [`@clerk/clerk-react`](./packages/react) Clerk package for React applications.
- [`@clerk/clerk-expo`](./packages/expo) Clerk package for the Expo universal app framework.
- [`@clerk/types`](./packages/types) Main TypeScript typings for Clerk libraries.
- [`@clerk/clerk-sdk-node`](./packages/sdk-node): SDK for native Node.js environment and frameworks.
- [`@clerk/fastify`](./packages/fastify): Clerk package for Fastify.
- [`@clerk/nextjs`](./packages/nextjs): Clerk package for Next.js.
- [`@clerk/remix`](./packages/remix): Clerk package for Remix.
- [`@clerk/types`](./packages/types) Main TypeScript typings for Clerk libraries.
- ...

Additionally there are packages which act as shared utilities or building blocks.
Expand Down

0 comments on commit bdd0119

Please sign in to comment.