Skip to content

Commit

Permalink
docs: add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
JadsonLucena committed Mar 1, 2024
1 parent 0844432 commit 88349ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Emitter.mjs
[![CodeQL](https://github.com/JadsonLucena/Emitter.mjs/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/JadsonLucena/Emitter.mjs/actions/workflows/github-code-scanning/codeql)
[![Test Pass](https://github.com/JadsonLucena/Emitter.mjs/workflows/Tests/badge.svg)](https://github.com/JadsonLucena/Emitter.mjs/actions?workflow=Tests)
[![Coverage Status](https://coveralls.io/repos/github/JadsonLucena/Emitter.mjs/badge.svg)](https://coveralls.io/github/JadsonLucena/Emitter.mjs)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)

Using the observer pattern, define listeners in your class


Expand Down

0 comments on commit 88349ea

Please sign in to comment.