cwk-gitcord
v1.0.5
Published
Auto-post GitHub activity to Discord with webhook support
Maintainers
Readme
cwk-gitcord
🚀 Automatically post GitHub events (push, issues, PRs, etc.) to a Discord channel via webhook.
🔧 Setup
npm install -g cwk-gitcord
cwk-gitcord🌐 GitHub Webhook Server
Start a local webhook listener to receive events from GitHub:
npm run start-serverThen add a webhook to your GitHub repo:
- Payload URL:
http://your-server.com/github - Content type:
application/json - Events: Send everything (or choose)
🚀 Auto Publish to npm
This repo uses GitHub Actions to auto-publish to npm when you push a version tag:
git tag v1.0.0
git push origin v1.0.0Make sure your repo has a secret named NPM_TOKEN.
MIT License
