0.0.6 • Published 5 years ago

applets-conversion-cli v0.0.6

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

applets-conversion-cli

简介

小程序转换工具,支持了较为普遍的转换场景,比如:xml,js,css。目前,只支持「微信」「支付宝」

安装

# npm
npm install applets-conversion-tool -g

# yarn
yarn add applets-conversion-tool global

使用

参数

Demo

# -s
applets-cli -t wx -e my -s test/applets/wechat-demo

# -o
applets-cli -t wx -e my -s test/applets/wechat-demo -o test/applets/wechat-demo-to-alipay

# -f
applets-cli -t wx -e my -s test/applets/wechat-demo -o test/applets/wechat-demo-to-alipay-filter -f expect-filter-dir

# -5
applets-cli -t wx -e my -s test/applets/wechat-demo -o test/applets/wechat-demo-to-alipay-filter-es5 -f expect-filter-dir -5 true

Build

# init
yarn install

# build
./node_modules/gulp/bin/gulp.js

Test

# npm
npm run test

# yarn
yarn test

截图

Wechat

Alipay

Test

TODO

    • json
    • wxs, sjs
    • tt applets
    • class properties「plugin」

License

  Copyright (C) 2019 CaMnter yuanyu.camnter@gmail.com

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.