1.1.0 • Published 5 years ago

xcx-tool v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

小程序转换工具

微信小程序转百度小程序/头条小程序/支付宝小程序。

安装

npm install --save xcx-tool

微信小程序转百度小程序

xcx-tool w2b -s ../weChat -o ../baidu
  • weChat: 微信小程序目录
  • baidu: 百度小程序目录

微信小程序转头条小程序

xcx-tool w2t -s ../weChat -o ../toutiao
  • weChat: 微信小程序目录
  • toutiao: 头条小程序目录

微信小程序转支付宝小程序

xcx-tool w2f -s ../weChat -o ../ali
  • weChat: 微信小程序目录
  • ali: 支付宝小程序目录