Reorganize composer scripts to be more visible #150
llaville
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With current version of the
composer.json
user scripts are difficult to see when we runcomposer
command without argument (to get help).We should run
composer run-script --list
to see themI propose to apply namespace on composer command, like I did on project
overtrue/phplint
.Gain: only one command to run
composer
and you will distinct standard composer commands and user scriptsBeta Was this translation helpful? Give feedback.
All reactions