Skip to content

Instantly share code, notes, and snippets.

@acdvorak
Created October 25, 2018 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acdvorak/706227c1458cfbff229e313c2a8ebc31 to your computer and use it in GitHub Desktop.
Save acdvorak/706227c1458cfbff229e313c2a8ebc31 to your computer and use it in GitHub Desktop.
NPM module disk space calculator
#!/bin/bash
cd "$TMPDIR"
mkdir npm-dep-size
cd npm-dep-size
npm install @material/top-app-bar
du -h -d 0 node_modules
# OUTPUT: 736K node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment