# tgz压缩包打包工具 **Repository Path**: git_zs/tgz ## Basic Information - **Project Name**: tgz压缩包打包工具 - **Description**: 用来打包项目中的npm包 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-10-26 - **Last Updated**: 2024-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 将node_modules目录下的npm包压缩成tgz格式发tar包 ## 步骤 - npm install - 拷贝node_modules到当前根目录 - 执行脚本:node ./init.js ## 说明 - 最终结果输出到results目录 - exculdeDirs定义需要排除压缩的目录,可根据具体情况更改