ci-gen
ci-gen copied to clipboard
Generate the configuration yaml file for continuous integration services such as Travis CI, Github Actions, Circle CI and Gitlab CI
CI Generate
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
- Install:
composer require kerrialn/ci-gen
- Run:
vendor/bin/ci generate
- Select CI service you want to use
- Done
Generators
- Github Actions
- Gitlab CI
- Travis CI
- Circle CI
- Jenkins CI
Additional generators
- Dockerfile (beta)