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