goyek / demo

Demonstration of goyek reusability and customization potential

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goyek demo

go.mod LICENSE Build Status Go Report Card Codecov

Description

This repository demonstrates how goyek can be used in big organizations to reuse common patterns used in build pipelines.

It uses github.com/goyek/workflow which is used as an example reusable, yet customizable, build framework.

demo customizes it so that:

Build

cd build
go run ./build

Using convenient Bash script:

./goyek.sh

Using convenient PowerShell script:

.\goyek.ps1

Example output:

example output

About

Demonstration of goyek reusability and customization potential

License:The Unlicense


Languages

Language:Go 93.5%Language:Shell 4.7%Language:PowerShell 1.8%