pmadruga / react-native-clean-project

Automating the clean up of a React Native project
MIT License
1.17k stars 52 forks source link

docs: use npx #108

Closed dijonkitchen closed 7 months ago

dijonkitchen commented 1 year ago

https://docs.npmjs.com/cli/v9/commands/npx?v=true

pmadruga commented 1 year ago

Not in the loop, but any reason why this would be an advantage, as opposed to running locally?

dijonkitchen commented 1 year ago

npx allows you to not require react-native-clean-project as a dependency, but even if you do, it'll use the local one without having to know the explicit path.