Package Exports
- wx-to-tt
- wx-to-tt/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (wx-to-tt) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
字节跳动小程序一键搬家工具
帮助微信小程序的开发者快速迁移到字节跳动小程序
Quick Start
安装
npm i wx-to-tt
wx2tt -i 微信小程序目录 source-directory -o 生成字节跳动小程序的目录
wx2tt -i ./wxProjects/demo -o ./ttProjects/demo
可查看转换日志
Feature
- parse, traverse, transform, generate
- 文件后缀替换,.wxml -> .ttml, .wxss -> .ttss, .wxs -> .sjs
- API 前缀替换,wx -> tt
- 支持命令行转换
- 转换日志及优化提示