Skip to content

Commit 0de8bdc

Browse files
committed
add stars
1 parent a3cf95d commit 0de8bdc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
| ------------------------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
3535
| <a href="https://better-auth.com">Better Auth</a> | Authentication library for Node.js | <a href="https://github.com/better-auth/better-auth"><img src="https://img.shields.io/github/stars/better-auth/better-auth?style=flat-square" alt="GitHub Repo stars" /></a> |
3636
| <a href="https://lucide.dev">Lucide Icons</a> | Beautifully simple & consistent icons | <a href="https://github.com/lucide-icons/lucide"><img src="https://img.shields.io/github/stars/lucide-icons/lucide?style=flat-square" alt="GitHub Repo stars" /></a> |
37-
| <a href="https://docs.npmjs.com/cli/v10/using-npm/workspaces">npm Workspace</a> | Workspaces for managing multiple packages in a single repository | <img src="https://img.shields.io/github/stars/npm/cli?style=flat-square" alt="GitHub Repo stars" /> |
38-
| <a href="https://playwright.dev">Playwright</a> | Test your web apps headlessly with a single API | <img src="https://img.shields.io/github/stars/microsoft/playwright?style=flat-square" alt="GitHub Repo stars" /> |
39-
| <a href="https://reactrouter.com">React Router v7</a> | Declarative routing for React | <img src="https://img.shields.io/github/stars/remix-run/react-router?style=flat-square" alt="GitHub Repo stars" /> |
40-
| <a href="https://www.typescriptlang.org">TypeScript</a> | TypeScript is a typed superset of JavaScript | <img src="https://img.shields.io/github/stars/microsoft/TypeScript?style=flat-square" alt="GitHub Repo stars" /> |
41-
| <a href="https://zod.dev">ZOD</a> | TypeScript-first schema validation with static type inference | <img src="https://img.shields.io/github/stars/colinhacks/zod?style=flat-square" alt="GitHub Repo stars" /> |
42-
| <a href="https://vitejs.dev">Vite</a> | Next generation frontend tooling. It's fast! | <img src="https://img.shields.io/github/stars/vitejs/vite?style=flat-square" alt="GitHub Repo stars" /> |
43-
| <a href="https://zustand.docs.pmnd.rs/">Zustand</a> | State management for React | <img src="https://img.shields.io/github/stars/pmndrs/zustand?style=flat-square" alt="GitHub Repo stars" /> |
37+
| <a href="https://docs.npmjs.com/cli/v10/using-npm/workspaces">npm Workspace</a> | Workspaces for managing multiple packages in a single repository | <a href="https://github.com/npm/cli"><img src="https://img.shields.io/github/stars/npm/cli?style=flat-square" alt="GitHub Repo stars" /></a> |
38+
| <a href="https://playwright.dev">Playwright</a> | Test your web apps headlessly with a single API | <a href="https://github.com/microsoft/playwright"><img src="https://img.shields.io/github/stars/microsoft/playwright?style=flat-square" alt="GitHub Repo stars" /></a> |
39+
| <a href="https://reactrouter.com">React Router v7</a> | Declarative routing for React | <a href="https://github.com/remix-run/react-router"><img src="https://img.shields.io/github/stars/remix-run/react-router?style=flat-square" alt="GitHub Repo stars" /></a> |
40+
| <a href="https://www.typescriptlang.org">TypeScript</a> | TypeScript is a typed superset of JavaScript | <a href="https://github.com/microsoft/TypeScript"><img src="https://img.shields.io/github/stars/microsoft/TypeScript?style=flat-square" alt="GitHub Repo stars" /></a> |
41+
| <a href="https://zod.dev">ZOD</a> | TypeScript-first schema validation with static type inference | <a href="https://github.com/colinhacks/zod"><img src="https://img.shields.io/github/stars/colinhacks/zod?style=flat-square" alt="GitHub Repo stars" /></a> |
42+
| <a href="https://vitejs.dev">Vite</a> | Next generation frontend tooling. It's fast! | <a href="https://github.com/vitejs/vite"><img src="https://img.shields.io/github/stars/vitejs/vite?style=flat-square" alt="GitHub Repo stars" /></a> |
43+
| <a href="https://zustand.docs.pmnd.rs/">Zustand</a> | State management for React | <a href="https://github.com/pmndrs/zustand"><img src="https://img.shields.io/github/stars/pmndrs/zustand?style=flat-square" alt="GitHub Repo stars" /></a> |
4444

4545
## Features
4646

0 commit comments

Comments
 (0)