react-native-template-typescript icon indicating copy to clipboard operation
react-native-template-typescript copied to clipboard

Put the template in quotes when an asterisk is used

Open OrganicPanda opened this issue 2 years ago • 0 comments

I needed to wrap the template name in quotes to get it to work in zsh so I thought it might be good to change the docs as, as far as I'm aware, the quotes would not cause any problems for other terminal environments.

Running the command without quotes:

npx react-native init Foo --template [email protected].*
zsh: no matches found: [email protected].*

OrganicPanda avatar Jun 20 '22 15:06 OrganicPanda