Last active
March 26, 2018 09:38
-
-
Save RomanHotsiy/2ce3904d5c27217c122c045b372b538c to your computer and use it in GitHub Desktop.
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
function npm-ls-files() { | |
fname="$(npm pack)" && tar -ztf $fname | sed 's/^package\///g' && rm $fname | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment