Skip to content

Instantly share code, notes, and snippets.

@d4nyll
Created February 13, 2018 19:34
Show Gist options
  • Save d4nyll/49e086171a46e8817e1bcda740bad748 to your computer and use it in GitHub Desktop.
Save d4nyll/49e086171a46e8817e1bcda740bad748 to your computer and use it in GitHub Desktop.
Find all package.json file in current directory, excluding those from external packages
find -name "package.json" -not -path "*/node_modules/*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment