Add a Composer Script to Your Module or Theme
Andy Blum, Lullabot, Mar 9, 2022
https://www.lullabot.com/articles/add-composer-script-your-module-or-theme
Keeping track of upstream security issues
James Oakley, oakleys.org.uk, Aug 26, 2022
https://www.oakleys.org.uk/blog/2022/08/keeping_track_of_upstream_security_issues
The composer audit
command.
Run:
composer create drupal/recommended-project my_site_directory
This only installs the files. After running the command you’ll need to configure the database and almost certainly other modules needed for the site build. See the Site Creation section for information.