Automatically generate the configuration yaml file for continuous integration (CI) services. Never write a CI yaml file manually again!
- Setting up a project and want to use a CI service
- Switching CI services, just run and generate the yaml file instantly
- Install:
composer require kerrialn/ci-gen
- Run:
vendor/bin/ci generate
- Select CI service you want to use
- Done
- Github Actions
- Gitlab CI
- Travis CI
- Circle CI
- Jenkins CI
- Dockerfile (beta)