gabo

Generate GitHub Actions workflow boilerplate and templates quickly.

brewmacoslinux
Try with needOr install directly
Source

About

Generates GitHub Actions boilerplate

Commands

gabo

Examples

create a basic GitHub Actions workflow file$ gabo init
generate a workflow for running tests on push$ gabo generate test
create a deployment workflow template$ gabo generate deploy
list all available workflow templates$ gabo list
generate a CI workflow for Node.js projects$ gabo generate nodejs-ci