https://github.com/not-nullptr/webhook-manager
https://github.com/not-nullptr/webhook-manager
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/not-nullptr/webhook-manager
- Owner: not-nullptr
- Created: 2024-11-15T09:02:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T12:22:03.000Z (over 1 year ago)
- Last Synced: 2025-03-16T10:13:42.842Z (about 1 year ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```