bawnjorno

A CLI to add Bonjour support to any *nix process

Usage no npm install needed!

<script type="module">
  import bawnjorno from 'https://cdn.skypack.dev/bawnjorno';
</script>

README

bawnjorno

A CLI to add Bonjour support to any *nix process

Usage

http-server test | bawnjorno --port=8080 --type=http

Command-line arguments

Mostly just passing configurations along to bonjour

Required

-p, --port Port number

-t, --type The type of Bonjour service

Optional

-n, --name Service display name (default: bawnjorno)