Skip to content

Instantly share code, notes, and snippets.

@jameswomack
Created March 27, 2014 06:00
Show Gist options
  • Save jameswomack/9801263 to your computer and use it in GitHub Desktop.
Save jameswomack/9801263 to your computer and use it in GitHub Desktop.
Snippets for cleaning up your repo
# Is request needed?
grep -rn 'request\.' ./lib/*.js
# Uninstall and remove from package.json
npm uninstall proxy-out --save-dev
# Delete npm_modules folders that aren't assigned in package.json
npm prune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment