Skip to content

Instantly share code, notes, and snippets.

@luisc009
Last active January 9, 2019 22:21
Show Gist options
  • Save luisc009/aa94677a232db2d2e064087a7a6df06a to your computer and use it in GitHub Desktop.
Save luisc009/aa94677a232db2d2e064087a7a6df06a to your computer and use it in GitHub Desktop.
LC - Snippets
# 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