Guide

Install and run a service

Install the servix CLI, install a service by package name or path, and drive it through its lifecycle.

Use this when

  • You have a service definition (yours or from npm) and want it running under supervision.

Verification

  • servix list shows the installed service
  • servix status <name> reports it running after start

Download Markdown