Skip to content

Commit 5c5b388

Browse files
committed
feat: add badges for build status, Codacy grade, issues, NPM version, downloads, and license to README
1 parent 790e98c commit 5c5b388

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# eslint-plugin-vue-modular
22

3+
[![Build Status](https://img.shields.io/github/actions/workflow/status/andrewmolyuk/eslint-plugin-vue-modular/build.yml)](https://github.com/andrewmolyuk/eslint-plugin-vue-modular/actions/workflows/build.yml)
4+
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/819ccf509a694fcc8204bca4a78c634d)](https://app.codacy.com/gh/andrewmolyuk/eslint-plugin-vue-modular/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
5+
[![Issues](https://img.shields.io/github/issues/andrewmolyuk/eslint-plugin-vue-modular)](https://github.com/andrewmolyuk/eslint-plugin-vue-modular/issues)
6+
[![NPM](https://img.shields.io/npm/v/eslint-plugin-vue-modular.svg?style=flat)](https://www.npmjs.com/package/eslint-plugin-vue-modular)
7+
[![NPM downloads](https://img.shields.io/npm/dw/eslint-plugin-vue-modular.svg?style=flat)](https://www.npmjs.com/package/eslint-plugin-vue-modular)
8+
[![License](https://img.shields.io/npm/l/eslint-plugin-vue-modular.svg)](LICENSE)
9+
310
A custom ESLint plugin for enforcing modular patterns in Vue 3 projects.
411

512
## Features

0 commit comments

Comments
 (0)