Created
November 10, 2015 23:19
-
-
Save vseow/c29716bb8d4640b4d63e to your computer and use it in GitHub Desktop.
Uninstall multiple packages from Atom editor in the command line
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
apm list -b | grep [KEYWORD] | xargs apm uninstall |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment