Skip to content

Use IA to generate PHPDoc

Nicolas Potier requested to merge nicolas.potier-master-patch-04290 into main

Mission Quality 🚀

This MR proposes to add a new util command to the ACSEO Makefile in order to automate the generation of PHPDoc.

it relies on a Docker image (https://hub.docker.com/repository/docker/acseo/ai-phpdoc/) and doesn't requires any new dependencies on the local machine.

if the OPENAI_KEY is not present in a .env file, the command will do nothing (and does not trigger any error)

Merge request reports

Loading