Skip to content

Instantly share code, notes, and snippets.

@sebastianrothe
Last active July 31, 2017 11:07
Show Gist options
  • Save sebastianrothe/e319b0bde702b8e696f25f344e44c9f5 to your computer and use it in GitHub Desktop.
Save sebastianrothe/e319b0bde702b8e696f25f344e44c9f5 to your computer and use it in GitHub Desktop.
NPM Check updates for globally installed packages and upgrade them
#!/bin/sh
npm i -g $(ncu -g | tr -s ' ' | cut -d ' ' -f2 | paste -s -d' ')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment