Skip to content

Instantly share code, notes, and snippets.

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 chapmanjacobd/6fea40459f27f514156bd553e9d87422 to your computer and use it in GitHub Desktop.
Save chapmanjacobd/6fea40459f27f514156bd553e9d87422 to your computer and use it in GitHub Desktop.
cat npm package
fd -tf -S-1mb -E map . node_modules/package/ -E '*.map' -E '*.d.ts' -E LICENSE -x cat |less -FSRXc
@chapmanjacobd
Copy link
Author

function catNPMpackage -arguments folder
    fd -tf -S-1mb -E map . $folder -E '*.map' -E '*.d.ts' -E LICENSE -x cat |less -FSRXc
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment