Created
May 9, 2015 17:39
-
-
Save 0x07dc/a22ebf2e84c55ab69e2d to your computer and use it in GitHub Desktop.
Remove all plugins from Cordova project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# May need to run multiple times to settle dependencies | |
cordova plugin ls | grep -o "^\S*" | while read i;do cordova plugin rm $i; done; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment