Is your feature request related to a problem?
As a returning user I often select the same few templates. So, there isn't really a huge desire for me to step through the provider selection.
Describe the solution you'd like
It seems a rather logic step to allow skipping certain steps with input option arguments on the composer create-project or composer project:create command.
Example:
composer create-project cps-it/project-builder \
--stability=dev \
--template-provider=packagist \
--template-identifier="vendor/awesome-template" \
--template-version="1.0.7"
Describe alternatives you've considered
No response
Additional context
The imminent introduction of #86 is taken into consideration:
Is your feature request related to a problem?
As a returning user I often select the same few templates. So, there isn't really a huge desire for me to step through the provider selection.
Describe the solution you'd like
It seems a rather logic step to allow skipping certain steps with input option arguments on the
composer create-projectorcomposer project:createcommand.Example:
Describe alternatives you've considered
No response
Additional context
The imminent introduction of #86 is taken into consideration: