-
-
Save luisc009/aa94677a232db2d2e064087a7a6df06a to your computer and use it in GitHub Desktop.
LC - Snippets
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
# Remove unused dependencies from a Node project. | |
npm-check --no-emoji | grep uninstall | gsed 's/To remove this package://' | bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment