Skip to content

Instantly share code, notes, and snippets.

@scriptonian
Created August 2, 2018 18:16
Mac compress multiples files with command line
zip -9 -r archive.zip ./node_modules index.js (will compress everything in node modules folder as well as index.js) into a file called archive.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment