README.md
# mix github_workflows.generate
[](https://hex.pm/packages/github_workflows_generator)
[](https://hexdocs.pm/github_workflows_generator)
## Installation
Add `github_workflows_generator` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:github_workflows_generator, "~> 0.1", only: :dev, runtime: false}
]
end
```
The task uses [Fast YAML](https://github.com/processone/fast_yaml) to encode YAML. It depends on [LibYAML](https://pyyaml.org/wiki/LibYAML) so make sure you run the installation steps from [https://github.com/processone/fast_yaml?tab=readme-ov-file#installation](https://github.com/processone/fast_yaml?tab=readme-ov-file#installation).
## Usage
```bash
mix github_workflows.generate
```
To see available options, run:
```bash
mix help github_workflows.generate
```