github-actions-builder
v1.3.1
Published
A CLI tool to build Github actions workflow from the terminal
Downloads
3
Readme
github-actions-builder
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.