A small Go utility for running and managing processes (lightweight runner).
- Minimal CLI for executing commands and simple process orchestration
- Designed to be used as a library or standalone tool
Install the latest released version:
go install github.com/Yanzzp999/polyrun@latestOr add as a dependency in your module:
go get github.com/Yanzzp999/polyrun@latestIf the repository provides a main executable, after go install the binary will be available in $GOBIN or $GOPATH/bin.
Example (run from another module):
import "github.com/Yanzzp999/polyrun"
// use polyrun package API hereFor CLI usage, refer to the code examples in the repository.
Contributions are welcome. Please open issues or pull requests on GitHub.
This project is licensed under the MIT License - see the LICENSE file for details.
Author: Yanzzp999 (see GitHub profile)