Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wx-to-tt

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wx-to-tt

transform wx micro app to bytedance micro app

  • 0.1.1
  • npm
  • Socket score

Version published
Weekly downloads
10
decreased by-44.44%
Maintainers
2
Weekly downloads
 
Created
Source

字节跳动小程序一键搬家工具

Introduction:

帮助微信小程序的开发者快速迁移到字节跳动小程序

Quick Start

  1. 安装 npm i wx-to-tt

  2. wx2tt -i 微信小程序目录source-directory -o 生成字节跳动小程序的目录

    wx2tt -i ./wxProjects/demo -o ./ttProjects/demo
    
  3. 单文件入口转换:

    wx2tt -i 微信小程序文件 -o 生成字节小程序的目录

    wx2tt -i ./wxProjects/demo.wxml -o ./ttProjects/
    
  4. 可查看转换日志

Feature

  1. parse, traverse, transform, generate
  2. 文件后缀替换,.wxml -> .ttml, .wxss -> .ttss
  3. API前缀替换,wx -> tt
  4. 支持命令行

敬请期待

  1. 针对字节系APP, 输出各宿主不支持的的组件与API

Keywords

FAQs

Package last updated on 02 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc