kerrialn/ci-gen

Generate continuous integration yaml config files or a dockerfile

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 34

Watchers: 3

Forks: 1

Open Issues: 0

Type:project

dev-master 2020-07-27 11:03 UTC

This package is auto-updated.

Last update: 2024-04-24 19:22:22 UTC


README

Github Actions Travis Status Downloads

Blurb

Automatically generate the configuration yaml file for continuous integration (CI) services. Never write a CI yaml file manually again!

Use cases

  • Setting up a project and want to use a CI service
  • Switching CI services, just run and generate the yaml file instantly

Run process

  1. Install: composer require kerrialn/ci-gen
  2. Run: vendor/bin/ci generate
  3. Select CI service you want to use
  4. Done

Generators

  • Github Actions
  • Gitlab CI
  • Travis CI
  • Circle CI
  • Jenkins CI

Additional generators

  • Dockerfile (beta)