Open
Description
Is your proposal related to a problem?
No
Describe the solution you'd like
It would be nice to be able to use create-react-app to create a new project without automatically installing all of the dependencies. Something like create-react-app app-name --skipInstall
similar to how the @angular/cli works.
Describe alternatives you've considered
It doesn't appear that there are any options for configuring create-react-app other than additional logging. Manually creating a React project from scratch would be counterproductive.
Additional context
I find myself generating a lot of template/placeholder projects with create-react-app, without the need to run them right away. It would greatly speed up the process if I could optionally omit the dependency installation step.