Skip to content

Commit 890b98f

Browse files
committed
feat: add lerna turborepo badge
1 parent a1533b9 commit 890b98f

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ badge // Command line execution, go to gui and select badges
3737
![CSS3](https://img.shields.io/badge/-CSS3-1572B6?logo=CSS3&logoColor=white&style=flat)
3838
![JavaScript](https://img.shields.io/badge/-JavaScript-F7DF1E?logo=JavaScript&logoColor=white&style=flat)
3939
![TypeScript](https://img.shields.io/badge/-TypeScript-3178C6?logo=TypeScript&logoColor=white&style=flat)
40+
![jQuery](https://img.shields.io/badge/-jQuery-0769AD?logo=jQuery&logoColor=white&style=flat)
4041
![React](https://img.shields.io/badge/-React-61DAFB?logo=React&logoColor=white&style=flat)
4142
![Vue.js](https://img.shields.io/badge/-Vue.js-4FC08D?logo=Vue.js&logoColor=white&style=flat)
4243
![Next.js](https://img.shields.io/badge/-Next.js-000000?logo=Next.js&logoColor=white&style=flat)
@@ -55,6 +56,7 @@ badge // Command line execution, go to gui and select badges
5556
![Ant Design](https://img.shields.io/badge/-Ant%20Design-0170FE?logo=Ant%20Design&logoColor=white&style=flat)
5657
![MUI](https://img.shields.io/badge/-MUI-007FFF?logo=MUI&logoColor=white&style=flat)
5758
![Testing Library](https://img.shields.io/badge/-Testing%20Library-E33332?logo=Testing%20Library&logoColor=white&style=flat)
59+
![Vitest](https://img.shields.io/badge/-Vitest-6E9F18?logo=Vitest&logoColor=white&style=flat)
5860
![Webpack](https://img.shields.io/badge/-Webpack-8DD6F9?logo=Webpack&logoColor=white&style=flat)
5961
![rollup.js](https://img.shields.io/badge/-rollup.js-EC4A3F?logo=rollup.js&logoColor=white&style=flat)
6062
![Vite](https://img.shields.io/badge/-Vite-646CFF?logo=Vite&logoColor=white&style=flat)
@@ -73,6 +75,8 @@ badge // Command line execution, go to gui and select badges
7375
![Redux](https://img.shields.io/badge/-Redux-764ABC?logo=Redux&logoColor=white&style=flat)
7476
![MDX](https://img.shields.io/badge/-MDX-1B1F24?logo=MDX&logoColor=white&style=flat)
7577
![Vercel](https://img.shields.io/badge/-Vercel-000000?logo=Vercel&logoColor=white&style=flat)
78+
![Lerna](https://img.shields.io/badge/-Lerna-9333EA?logo=Lerna&logoColor=white&style=flat)
79+
![Turborepo](https://img.shields.io/badge/-Turborepo-EF4444?logo=Turborepo&logoColor=white&style=flat)
7680
7781
## Todo
7882

README.zh-CN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ badge // 命令行执行,进入 gui 选择徽标
3737
![CSS3](https://img.shields.io/badge/-CSS3-1572B6?logo=CSS3&logoColor=white&style=flat)
3838
![JavaScript](https://img.shields.io/badge/-JavaScript-F7DF1E?logo=JavaScript&logoColor=white&style=flat)
3939
![TypeScript](https://img.shields.io/badge/-TypeScript-3178C6?logo=TypeScript&logoColor=white&style=flat)
40+
![jQuery](https://img.shields.io/badge/-jQuery-0769AD?logo=jQuery&logoColor=white&style=flat)
4041
![React](https://img.shields.io/badge/-React-61DAFB?logo=React&logoColor=white&style=flat)
4142
![Vue.js](https://img.shields.io/badge/-Vue.js-4FC08D?logo=Vue.js&logoColor=white&style=flat)
4243
![Next.js](https://img.shields.io/badge/-Next.js-000000?logo=Next.js&logoColor=white&style=flat)
@@ -55,6 +56,7 @@ badge // 命令行执行,进入 gui 选择徽标
5556
![Ant Design](https://img.shields.io/badge/-Ant%20Design-0170FE?logo=Ant%20Design&logoColor=white&style=flat)
5657
![MUI](https://img.shields.io/badge/-MUI-007FFF?logo=MUI&logoColor=white&style=flat)
5758
![Testing Library](https://img.shields.io/badge/-Testing%20Library-E33332?logo=Testing%20Library&logoColor=white&style=flat)
59+
![Vitest](https://img.shields.io/badge/-Vitest-6E9F18?logo=Vitest&logoColor=white&style=flat)
5860
![Webpack](https://img.shields.io/badge/-Webpack-8DD6F9?logo=Webpack&logoColor=white&style=flat)
5961
![rollup.js](https://img.shields.io/badge/-rollup.js-EC4A3F?logo=rollup.js&logoColor=white&style=flat)
6062
![Vite](https://img.shields.io/badge/-Vite-646CFF?logo=Vite&logoColor=white&style=flat)
@@ -73,6 +75,8 @@ badge // 命令行执行,进入 gui 选择徽标
7375
![Redux](https://img.shields.io/badge/-Redux-764ABC?logo=Redux&logoColor=white&style=flat)
7476
![MDX](https://img.shields.io/badge/-MDX-1B1F24?logo=MDX&logoColor=white&style=flat)
7577
![Vercel](https://img.shields.io/badge/-Vercel-000000?logo=Vercel&logoColor=white&style=flat)
78+
![Lerna](https://img.shields.io/badge/-Lerna-9333EA?logo=Lerna&logoColor=white&style=flat)
79+
![Turborepo](https://img.shields.io/badge/-Turborepo-EF4444?logo=Turborepo&logoColor=white&style=flat)
7680

7781
## 待完成功能
7882

src/constant.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,12 @@ export const baseBadges: BaseBadgeType[] = [
176176
title: 'Vercel',
177177
backgroundColor: '#000000',
178178
},
179+
{
180+
title: 'Lerna',
181+
backgroundColor: '#9333EA',
182+
},
183+
{
184+
title: 'Turborepo',
185+
backgroundColor: '#EF4444',
186+
},
179187
];

0 commit comments

Comments
 (0)