Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added discord to readme #12

Merged
merged 1 commit into from
May 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

A simple lightweight event bus written in Typescript.

[![Npm Version](https://img.shields.io/npm/v/@kitbag/events.svg)](https://www.npmjs.org/package/@kitbag/events)
![Github Status](https://github.com/kitbagjs/events/actions/workflows/release.yml/badge.svg)
[![Netlify Status](https://api.netlify.com/api/v1/badges/d7cd83b9-2172-4c52-a029-32551b99974e/deploy-status)](https://app.netlify.com/sites/kitbag-events/deploys)
[![NPM Version][npm-badge]][npm-url]
[![GitHub Status][github-badge]][github-url]
[![Netlify Status][netlify-badge]][netlify-url]
[![Discord chat][discord-badge]][discord-url]

Get started with the [documentation](https://kitbag-events.netlify.app/)
## Getting Started

## Get Started
Get started with the [documentation](https://kitbag-events.netlify.app/)

### Install
### Installation

```bash
# bun
Expand Down Expand Up @@ -140,3 +141,12 @@ Remove all handlers for all events
```ts
emitter.clear()
```

[npm-badge]: https://img.shields.io/npm/v/@kitbag/events.svg
[npm-url]: https://www.npmjs.org/package/@kitbag/events
[github-badge]: https://github.com/kitbagjs/events/actions/workflows/release.yml/badge.svg
[github-url]: https://github.com/kitbagjs/events/actions/workflows/release.yml
[netlify-badge]: https://api.netlify.com/api/v1/badges/d7cd83b9-2172-4c52-a029-32551b99974e/deploy-status
[netlify-url]: https://app.netlify.com/sites/kitbag-events/deploys
[discord-badge]: https://img.shields.io/discord/1079625926024900739?logo=discord&label=Discord
[discord-url]: https://discord.gg/UT7JrAxU
Loading