8000 GitHub - automizer/mobile-app-cleaner: You can use this CLI Tool to clean your iOS and Android projects and keep them updated.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

You can use this CLI Tool to clean your iOS and Android projects and keep them updated.

License

Notifications You must be signed in to change notification settings

automizer/mobile-app-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobile App Cleaner

Mobile App Cleaner Demo

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

About

You can use this CLI Tool to clean your iOS and Android projects and keep them updated.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0