Seldszar / hookup

Yet another lightweight webhook server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hookup

Yet another lightweight webhook server

Table of Contents

Install

$ npm install --global hookup

Usage

$ hookup --help

Arguments

Name Type Description Default Value
--port <port> Number port to listen 3000
--host <host> String host to listen "0.0.0.0"
--hooks <path> String hooks path "hooks"
--logs <path> String logs path "logs"

About

Yet another lightweight webhook server

License:MIT License


Languages

Language:TypeScript 87.8%Language:JavaScript 12.2%