{"library":"mt-wxml-transpiler","title":"MT WXML Transpiler","description":"A forked version of wxml-transpiler (v0.0.4) that converts WXML (WeChat Mini Program template language) into standard HTML/JSX or other formats. It is in early development with no clear release cadence. Differentiators: maintained fork of an otherwise stale upstream. Currently limited documentation; suitable for developers needing WXML transformation in Node.js with a simple spawn/exec interface.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install mt-wxml-transpiler"],"cli":{"name":"convert-wxml","version":null}},"imports":["import { transpile } from 'mt-wxml-transpiler';","import { compile } from 'mt-wxml-transpiler';","import { parse } from 'mt-wxml-transpiler';"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import { transpile } from 'mt-wxml-transpiler';\n\nconst inputWxml = `<view>Hello</view>`;\nconst output = transpile(inputWxml, {\n  format: 'html'\n});\nconsole.log(output); // <div>Hello</div>","lang":"typescript","description":"Transpile a simple WXML string to HTML using the `transpile` function with format option.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}