
Ghygen is an open source application for generatingGitHub Actions Workflow files.
It is optimized for generating Workflow for PHP or Laravel applications. It provides two kind of user interface:
- a Web interface where you have a form to fill with the characteristic of your application;
- a CLI, a command for your terminal.
My Workflow
The command line tool tries to detect some functionalities of your application like:
- PHP versions (from composer.json);
- Dependency stability ( from composer.json);
- Code sniffer (from require-dev);
- Static code analysis tool (from require-dev);
- Static code analysis configuration (for example phpstan.neon)
- Database requirements;
- migrations to execute;
- NodeJS dependencies/version.
Once all of these things are detected the command line, it creates a YAML workflow file -magically 🧙♂️
Submission Category:
Maintainer Must-Haves
Yaml File or Link to Code
Hi-Folks / gh-actions-yaml-generator
Ghygen is a GitHub Actions configurator for your PHP / Laravel project.
Additional Resources / Info
Yaml files probably generated using Ghygen:https://github.com/search?l=YAML&q=ghygen&type=Code
Top comments(0)
Subscribe
For further actions, you may consider blocking this person and/orreporting abuse