Add a script to easily update the `recommended.yml` list of curated add-ons
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3537209. -->
Reported by: [phenaproxima](https://www.drupal.org/user/205645)
Related to !582
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>As of <span class="drupalorg-gitlab-issue-link drupalorg-gitlab-link-wrapper"><a href="https://git.drupalcode.org/project/drupal_cms/-/work_items/3513758" class="drupalorg-gitlab-link">https://git.drupalcode.org/project/drupal_cms/-/work_items/3513758</a></span>, we maintain a curated list of recipes to show in Project Browser. It would be good to allow this list to be added to by a script, to ensure it's done correctly.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Add an internal developer-facing command to modify <code>recommended.yml</code>. It would be used like so:</p>
<p><code>ddev composer recommend foo/bar</code></p>
<p>This would result in the info for <code>foo/bar</code> -- which would be assumed to be an installed package -- getting added to <code>recommended.yml</code> appropriately.</p>
issue