Skip to content

Instantly share code, notes, and snippets.

@vladdancer
Created December 7, 2020 10:46
Show Gist options
  • Save vladdancer/9cb9b94602e39d5c201da1282a94d44b to your computer and use it in GitHub Desktop.
Save vladdancer/9cb9b94602e39d5c201da1282a94d44b to your computer and use it in GitHub Desktop.
Copy node project without node_modules #node #js #bash
rsync -av --progress ../source_proj/* ./ --exclude node_modules --exclude .git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment