systemg
A general-purpose program composer.What systemg does
Suppose you’re building an API that needs PostgreSQL, Redis, and a background worker. Instead of starting each service manually in different terminals, you define them once in a YAML file. systemg starts everything in the right order, restarts crashed services, and provides unified logging.sysg start and your entire stack is running. Run sysg stop and everything shuts down cleanly.