An open API service indexing awesome lists of open source software.

https://github.com/not-nullptr/webhook-manager


https://github.com/not-nullptr/webhook-manager

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# webhook-manager

A simple GitHub webhook manager.

# Local use

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run src/index.ts
```