We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some task may be provided by external providers or author that need to be run only once, some of them comes to my mind :
There is a tool that does that in js : npx
npx
I think we could provide similar behavior with castor with a specific command something like :
castor execute vendor/package-exec
Basically castor would install this composer repository inside a temp folder and run the first bin file declared
bin
We could specify a version :
castor execute vendor/[email protected]
If there is different binaries we can imagine allow the following
castor execute --bin specific-binary vendor/package-exec
All arguments passed after the package could be transferred to the bin so someone can do
castor execute vendor/package-exec --package-exec-arg value
The text was updated successfully, but these errors were encountered:
Remind me https://github.com/sensiolabs/melody :D
Sorry, something went wrong.
I see the issue mention npx but not cpx. So here is my two cent: https://cpx.dev/
No branches or pull requests
Some task may be provided by external providers or author that need to be run only once, some of them comes to my mind :
There is a tool that does that in js :
npx
I think we could provide similar behavior with castor with a specific command something like :
Basically castor would install this composer repository inside a temp folder and run the first
bin
file declaredWe could specify a version :
If there is different binaries we can imagine allow the following
All arguments passed after the package could be transferred to the bin so someone can do
The text was updated successfully, but these errors were encountered: