- [ ] zip file by command ```bash # --in-dir -i # --out-dir -o # --zip-name -zn # --excluded-files -ef fflate-zip --in-dir [input dir] --out-dir [output dir] --zip-name [zipName] --excluded-files [file1,file2,file3] ```