wx-to-tt-no-launch
Version:
transform wx micro app to bytedance micro app
28 lines (18 loc) • 574 B
Markdown
# 字节跳动小程序一键搬家工具
帮助微信小程序的开发者快速迁移到字节跳动小程序
## Quick Start
1. 安装
```bash
npm i wx-to-tt
```
1. wx2tt -i 微信小程序目录 source-directory -o 生成字节跳动小程序的目录
```bash
wx2tt -i ./wxProjects/demo -o ./ttProjects/demo
```
1. 可查看转换日志
## Feature
1. parse, traverse, transform, generate
1. 文件后缀替换,.wxml -> .ttml, .wxss -> .ttss, .wxs -> .sjs
1. API 前缀替换,wx -> tt
1. 支持命令行转换
1. 转换日志及优化提示