From 3b54ff8e3865a63479ca9fd239cdf0cd59dada80 Mon Sep 17 00:00:00 2001 From: saseungmin Date: Mon, 11 Oct 2021 21:02:11 +0900 Subject: [PATCH] [Update] README.md - Add badge --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97164c1..ade288f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ -# yarn-berry-example -Yarn berry example with react + typescript + cypress + jest + github actions CI +# ๐Ÿงถ Yarn berry Example + +[![codecov](https://codecov.io/gh/saseungmin/yarn-berry-example/branch/main/graph/badge.svg?token=QWA2HOE10W)](https://codecov.io/gh/saseungmin/yarn-berry-example) [![yarn-berry-example](https://img.shields.io/endpoint?url=https://dashboard.cypress.io/badge/simple/g1oxx9&style=flat-square&logo=cypress)](https://dashboard.cypress.io/projects/g1oxx9/runs) +![yarn](https://img.shields.io/badge/yarn-3.0.2-blue) ![react](https://img.shields.io/badge/react-^17.0.2-blue) ![typescript](https://img.shields.io/badge/typescript-^4.4.3-blue) ![jest](https://img.shields.io/badge/jest-^27.1.0-blue) ![cypress](https://img.shields.io/badge/cypress-^8.5.0-blue) ![eslint](https://img.shields.io/badge/eslint-^7.32.0-blue) + +#### ๐Ÿ‘‰ Yarn berry example using React + TypeScript + Jest + Cypress + Eslint + Github Actions CI/CD + Github Pages + +#### ๐Ÿ‘‰ Please refer to the [blog](https://haranglog.tistory.com/28) for an explanation of this repository example.