pmadruga / react-native-clean-project

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

feat: non-interactive default behavior flags added #103

Open eminsr opened 1 year ago

eminsr commented 1 year ago

Currently using flags to fine-tune the cleaning needs makes interaction unavoidable if what we need is the default behavior. With these new default flags, we can use the default behavior and skip the interaction.

Resolves #96 #29