Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 602 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 602 Bytes

mix github_workflows.generate

hex.pm badge hexdocs.pm badge

Installation

Add github_workflows_generator to your list of dependencies in mix.exs:

def deps do
  [
    {:github_workflows_generator, "~> 0.1", only: :dev, runtime: false}
  ]
end

Usage

mix github_workflows.generate

To see available options, run:

mix help github_workflows.generate