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
- Host: GitHub
- URL: https://github.com/root27/ymlgen
- Owner: root27
- License: mit
- Created: 2024-03-27T11:42:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T09:31:46.000Z (about 2 years ago)
- Last Synced: 2025-01-26T10:08:32.156Z (over 1 year ago)
- Topics: github, github-actions, golang, yml, yml-parser
- Language: Go
- Homepage:
- Size: 316 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

2. User Inputs

3. 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)