https://github.com/optimumba/github_workflows_generator
Mix task for complex CI workflows
https://github.com/optimumba/github_workflows_generator
ci elixir github-actions
Last synced: 4 months ago
JSON representation
Mix task for complex CI workflows
- Host: GitHub
- URL: https://github.com/optimumba/github_workflows_generator
- Owner: optimumBA
- License: mit
- Created: 2024-01-29T21:02:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-13T15:29:24.000Z (10 months ago)
- Last Synced: 2025-08-13T17:36:09.903Z (10 months ago)
- Topics: ci, elixir, github-actions
- Language: Elixir
- Homepage: https://hex.pm/packages/github_workflows_generator
- Size: 52.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```
## Usage
```bash
mix github_workflows.generate
```
To see available options, run:
```bash
mix help github_workflows.generate
```