https://github.com/inhere/pmx
pmx - Lightweight process manager by Go
https://github.com/inhere/pmx
Last synced: 11 months ago
JSON representation
pmx - Lightweight process manager by Go
- Host: GitHub
- URL: https://github.com/inhere/pmx
- Owner: inhere
- Created: 2023-01-10T15:53:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T11:07:33.000Z (over 2 years ago)
- Last Synced: 2025-02-12T14:18:40.977Z (over 1 year ago)
- Language: Go
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pmx

[](https://github.com/gookit/gcli/actions/workflows/go.yml)
[](https://github.com/gookit/gcli)
[](https://pkg.go.dev/github.com/gookit/goutil)
[](https://goreportcard.com/report/github.com/gookit/gcli)
pmx - Lightweight process manager by Go
- Dynamic process supervision: create, start, stop, restart, delete.
> **[EN README](README.md)**
## Install
```shell
go get github.com/{{ .TplCtx.RepoPath }}
```
## Usage
```go
// ...
```
## Procfile
Procfile example:
```yaml
web: node run dev
api: go run ./server
```
## Refers
- Procfile - https://devcenter.heroku.com/articles/procfile
- https://github.com/mattn/goreman
- https://github.com/ddollar/forego
- https://github.com/ntt360/pmon2
- https://github.com/DarthSim/hivemind
- https://github.com/DarthSim/overmind