An open API service indexing awesome lists of open source software.

https://github.com/chamodshehanka/gh-action-gen

GitHub CLI extension for workflow (GH Actions) generation [WIP]
https://github.com/chamodshehanka/gh-action-gen

extensions github github-cli golang

Last synced: about 1 month ago
JSON representation

GitHub CLI extension for workflow (GH Actions) generation [WIP]

Awesome Lists containing this project

README

          

# GitHub Action Generator [WIP]

This is a simple tool to generate GitHub Actions workflows for your projects. It is a simple CLI tool that will ask you a few questions about your project and generate a GitHub Actions workflow file for you.

![GIF](https://media.giphy.com/media/3bBFnbf2Z9lxNDkU8G/giphy.gif)

## Installation

You can install the tool using go get:

```bash

go install github.com/chamodshehanka/gh-action-gen
```

## Usage

You can run the tool by executing the following command:

```bash
gh-action-gen init
```