Client implementations for Oh My Hooks, a webhook management service that gives you a unique subdomain to receive webhooks and forward them anywhere — including a port on your local machine.
This repository contains two clients plus the code they share:
cli/—ohmhCLI. Zero-install entry point:npx ohmh --port 3000extension/— VS Code extension that integrates webhook management into the editorshared/— protocol types and runtime modules used by both clients (internal; not published as a package)
The web service (https://ohmh.satetsu888.dev) itself is closed source and lives in a separate, private repository.
# Forward webhooks to localhost:3000 with an anonymous ephemeral URL
npx ohmh --port 3000See cli/README.md for the full command reference.
Install Oh My Hooks from the VS Code Marketplace, sign in via the command palette, and create / connect webhooks from the side panel. See extension/README.md for details.
MIT — see LICENSE.