Created
August 2, 2018 18:16
Mac compress multiples files with command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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