add examples
[webi-installers/.git] / serviceman / serviceman.bash
index 6dd6e072731fe1427a298bb15a4a9c052f6a721a..539852134df0e47bc93a836590ecf5a90fb7f1ed 100644 (file)
@@ -1,12 +1,17 @@
 #!/bin/bash
 
 # title: Serviceman
+# homepage: https://git.rootprojects.org/root/serviceman
 # tagline: cross-platform service management for Linux, Mac, and Windows
 # description: |
 #   Works with
 #   - Launchd (macOS)
 #   - Systemd (Linux)
 #   - Windows Registry
+# examples: |
+#   ```bash
+#   serviceman add --name my-service ./serve.js --port 3000
+#   ```
 
 set -e
 set -u