webify

Expose shell commands as HTTP web services

brewmacoslinux
Try with needOr install directly
Source

About

Wrapper for shell commands as web services

Commands

webify

Examples

Create a web service from a simple echo command$ webify echo 'Hello from web service'
Expose a system command like date as a web endpoint$ webify date
Create a web service that runs a custom script$ webify ./my_script.sh