/macrunner

Supervisor for Github Action Runner on Mac

Primary LanguageTypeScript

Github Actions Runner Management for MacOS


Install

$ npm install --global macrunner
$ yarn global add macrunner

Usage

Create a new workspace, this command will ask you to enter a Github Token. This token must have permissions to interact with self hosted runner

Github API Reference

$ macrunner create

List all workspace

$ macrunner list

Scale workspace runners

$ macrunner scale --workspace <name> --count 3