mobile-app-cleaner
v0.0.1
Published
You can use this CLI Tool to clean your iOS and Android projects and keep them updated.
Downloads
6
Maintainers
Readme
Mobile App Cleaner
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.)
Installation
You need to install Node.js first, then install the tool globally using this command:
npm install -g mobile-app-cleaner
## How to use
You can start cleaning process for iOS and Android projects with this one line command below.
mobile-app-cleaner
If you want to start this tool just for iOS:
mobile-app-cleaner --ios
If you want to start this tool just for Android:
mobile-app-cleaner --android
Verbose
If you want to see what this tool is doing in the background, you can give --verbose parameter.
mobile-app-cleaner --verbose
Support
If you have an issue with this CLI tool, please open an issue.
Contributing
Pull requests are welcome.
License
This project is licensed under the MIT License