Categorygithub.com/pablote/minion
repositorypackage
1.6.0
Repository: https://github.com/pablote/minion.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Minion

Minion runs commands on multiple directories

Install

Option 1) Using gobinaries

$ curl -sf https://gobinaries.com/pablote/minion | sh

Option 2) Using go install. Make sure $GOPATH/bin is on your path.

$ go install github.com/pablote/minion@latest

Add a config file to your home:

$ vim ~/minion.yaml
someProject:
  - /path/to/repository
  - /path/to/another/repository

anotherProject:
  - /path/to/microservice/a
  - /path/to/microservice/b
  - /path/to/microservice/c

Usage

Run minion to get a list of available commands and help.