gab

Github Actions Builder - A CLI tool to create / copy / paste github actions from command line.

MIT License

Downloads
16
Stars
11

github-actions-builder

Build and Deploy

A CLI tool to build github actions workflows from the terminal.

install

npm install github-actions-builder

usage

gab

There are 3 modes of choosing workflow:

  • Choose from Starter Templates
  • Copy existing workflow
  • Setup a Custom Workflow

Choose from Starter Templates

This will help you to choose the pre-defined templates from actions/starter-workflows based on categories like Automation, CI, etc.,

Copy existing workflow

This will help you to copy existing workflows from various repositories either yours or others. All you need to do is to give the repo info in the form of: <user-name>/<repo-name> and choose the workflow you want to copy.

Setup a Custom Workflow [BETA]

This will ask a series of questions to setup your workflow. This is still a Work-In-Progress, it will not give exhaustive options to setup your workflow.