Skip to content

Instantly share code, notes, and snippets.

@mattpocock
Created September 8, 2022 12:55
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 mattpocock/eaaa7963ec9f53f5e7178961cb66c8f9 to your computer and use it in GitHub Desktop.
Save mattpocock/eaaa7963ec9f53f5e7178961cb66c8f9 to your computer and use it in GitHub Desktop.
// Name: Delete node modules
import "@johnlindquist/kit";
await $`find ~/repos -name 'node_modules' -type d -prune -exec rm -rf '{}' +`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment