Created
June 22, 2018 02:13
-
-
Save wdjunaidi/4b861f71635416b556f578e480cc7548 to your computer and use it in GitHub Desktop.
Getting count of unique npm dependencies
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm list | awk '{print $NF}' | sort | uniq | wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment