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]
- Host: GitHub
- URL: https://github.com/chamodshehanka/gh-action-gen
- Owner: chamodshehanka
- License: apache-2.0
- Created: 2024-02-17T20:33:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T00:07:08.000Z (about 2 years ago)
- Last Synced: 2025-06-04T18:37:21.839Z (12 months ago)
- Topics: extensions, github, github-cli, golang
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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
```