-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run clean-project-auto without React Native CLI #45
Comments
What happens when you run |
It runs the main executable. Therefore, it asks “Wipe iOS build folder? (Y/n)”. |
I was trying to find a command line argument for this as well. Also Command line help should be provided with |
+1 |
To be sure, what you're requesting is the ability to do the same as Shouldn't be a problem, going to aim to work on it this week or the next. |
Exactly. In other words, provide |
What this would create is some opinionated cleanup. Meaning that it would run all the commands. Is this OK for everyone? |
Do you mean all commands that |
Yes, if that's what the community wants. What do you suggest? |
I think that’s good 👍 After all, that’s exactly how the existing |
…ect-auto Closes pmadruga#45 by allowing `npx react-native-clean-project --auto` to work
If
clean-project-auto
were available through thereact-native-clean-project
executable (or a separatereact-native-clean-project-auto
executable),npx
could be used without having to install the React Native CLI.In short, it would be useful to have
npx react-native-clean-project --auto
.The text was updated successfully, but these errors were encountered: