You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a script that add the plugins names to the readme automatically after running composer install (which can be called in the "post-install-cmd" script) then we'll just need to add to the readme what they are used for.
The text was updated successfully, but these errors were encountered:
I would lean towards linting to check the list in the readme matches the list in composer.json, rather than automatically adding. The reason being that if the script automatically adds them then it's too easy to forgot to actually fill in the additional info which provides the value we're aiming for.
Create a script that add the plugins names to the readme automatically after running composer install (which can be called in the "post-install-cmd" script) then we'll just need to add to the readme what they are used for.
The text was updated successfully, but these errors were encountered: