Is your proposal related to a problem?
Initializing react apps with a template does not mention what template was used.
Describe the solution you'd like
Append to the initial commit made by create-react-app with a second -m option citing the template that was used.
Describe alternatives you've considered
Uncommitting the Initial Commit from create-react-app and recommitting with the template credited.
Additional context
I'm unsure if this opens up a security issue with template literals inside execsync calls. If not, I'm happy to spin up a PR for it. Thanks.
Is your proposal related to a problem?
Initializing react apps with a template does not mention what template was used.
Describe the solution you'd like
Append to the initial commit made by create-react-app with a second
-moption citing the template that was used.Describe alternatives you've considered
Uncommitting the Initial Commit from create-react-app and recommitting with the template credited.
Additional context
I'm unsure if this opens up a security issue with template literals inside
execsynccalls. If not, I'm happy to spin up a PR for it. Thanks.