cordova-cli icon indicating copy to clipboard operation
cordova-cli copied to clipboard

Command to clean the cordova project

Open GitToTheHub opened this issue 6 months ago • 0 comments

Feature Request

Command to clean the cordova project

Motivation Behind Feature

Sometimes things get odd in the project and you have to manually remove the folders node_modules, platforms and plugins. It would be great if there could be a command to do this. I see cordova clean is already in use. How about cordova refresh or cordova tidy which would remove the folders and would do a cordova prepare.

Feature Description

Alternatives or Workarounds

GitToTheHub avatar Jun 10 '25 14:06 GitToTheHub