polyrun

command module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 27, 2026 License: GPL-3.0 Imports: 13 Imported by: 0

README

polyrun

A small Go utility for running and managing processes (lightweight runner).

Features

  • Minimal CLI for executing commands and simple process orchestration
  • Designed to be used as a library or standalone tool

Installation

Install the latest released version:

go install github.com/Yanzzp999/polyrun@latest

Or add as a dependency in your module:

go get github.com/Yanzzp999/polyrun@latest

Usage

If 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 here

For CLI usage, refer to the code examples in the repository.

Contributing

Contributions are welcome. Please open issues or pull requests on GitHub.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

Author: Yanzzp999 (see GitHub profile)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL