You can use this CLI Tool to clean your iOS and Android projects and keep them updated. This tool automatizes these items below;
-
Clean iOS Folders
-
Install iOS Pod
-
Clean Android Folder
-
Clean Android Gradlew
-
Verify NPM Cache
-
Install NPM Dependencies
-
Clean Cache (React Native Cache, Metro Bundler Cache, Watchman Cache etc.)
You need to install Node.js first, then install the tool globally using this command:
npm install -g mobile-app-cleanerYou can start cleaning process for iOS and Android projects with this one line command below.
mobile-app-cleanerIf you want to start this tool just for iOS:
mobile-app-cleaner --iosIf you want to start this tool just for Android:
mobile-app-cleaner --androidIf you want to see what this tool is doing in the background, you can give --verbose parameter.
mobile-app-cleaner --verboseIf you have an issue with this CLI tool, please open an issue.
Pull requests are welcome.
This project is licensed under the MIT License