# weapp-transform **Repository Path**: liuming1/weapp-transform ## Basic Information - **Project Name**: weapp-transform - **Description**: 微信小程序转换支付宝、百度、头条小程序工具(推荐使用uni-app开发) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-08-09 - **Last Updated**: 2022-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 微信小程序源码转换工具 ## 安装 `npm i weapp-transform -g` ## 使用 `weapp -t 转换的格式 -s 源码目录 -b 输出目录 -c -w` -t,--targets 指定转换的格式:all,alipay,baidu,toutiao。 默认 all -s, --source 指定要转换的源代码目录 -b, --build 指定源代码转换完成的目录,默认是和源代码同级目录下*-build文件夹下 -c, --compress 指定源代码转换完成后是否压缩 -w, --watch 监视源代码改动