Skip to content

hadikhamoud/api-warden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

111 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Warden

Process notifier written using only zig's std

Installation

Quick Install (Linux/macOS)

curl -fsSL https://raw.githubusercontent.com/hadikhamoud/api-warden/main/install.sh | bash

Build from Source

Not compatible with less than 0.15.2 Requires Zig 0.15.2+

git clone https://github.com/hadikhamoud/api-warden.git
cd api-warden
zig build -Doptimize=ReleaseFast
sudo cp zig-out/bin/api-warden /usr/local/bin/

TODO

  • make stdout and err capturing optional
  • add argparse class with helpers
  • add custom body schema representation
  • adding custom body support
  • default body discord-webhook compatible

About

Process Watcher and Manager written using Zig's std

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors