« Back to Index

List remote NPM dependencies

View original Gist on GitHub

list-remote-dependencies.sh

npm-remote-ls -f true

# vim the result to clean up for uniq command

cat deps | uniq | wc -l