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

https://github.com/root27/ymlgen

Simple yml file generator for Github Actions
https://github.com/root27/ymlgen

github github-actions golang yml yml-parser

Last synced: 5 months ago
JSON representation

Simple yml file generator for Github Actions

Awesome Lists containing this project

README

          

## Yml Generator for Github Actions

This is a simple tool that generates Github Actions yml file using user inputs. This project uses "gopkg.in/yaml.v2" for golang struct to yml conversion.

## Screenshots

1. Welcome Screen

![Welcome Screen](./screenshots/mainScreen.png)

2. User Inputs

![User Inputs](./screenshots/UserInputs.png)

3. Generated Yml

Generated Yml

## Installation - Homebrew

```bash

brew tap root27/tools

brew install ymlgen

```

or

```bash

brew install root27/tools/ymlgen

```

## Usage

```bash

ymlgen

```

## LICENSE

[MIT LICENSE](LICENSE)