Merge pull request #780 from ihaolin/patch-1

add a zip cmd
waldyrious/alt-syntax
Igor Shubovych 2016-02-21 12:16:28 +02:00
commit bfcd1b1f7a
1 changed files with 4 additions and 0 deletions

View File

@ -13,3 +13,7 @@
- Remove unwanted files from an existing zip file:
`zip -d {{compressed.zip}} "{{foo/*.tmp}}"`
- Remove unwanted files from target dirs:
`zip -r {{compressed.zip}} {{target_dirs}} -x \*.git\* \*node_modules\* ...`