Add github_workflows_generator to your list of dependencies in mix.exs:
def deps do
[
{:github_workflows_generator, "~> 0.1", only: :dev, runtime: false}
]
endThen run:
mix github_workflows.generateTo see available options, run:
mix help github_workflows.generateFor projects without mix.exs, install the escript globally:
mix escript.install hex github_workflows_generatorThen run from any directory:
github_workflows_generator