applets conversion cli
1.0.0
เครื่องมือแปลงมินิโปรแกรมรองรับสถานการณ์การแปลงทั่วไป เช่น xml, js และ css ปัจจุบันรองรับเฉพาะ "WeChat" และ "Alipay" เท่านั้น
# npm
npm install applets-conversion-tool -g
# yarn
yarn add applets-conversion-tool global
พารามิเตอร์
พารามิเตอร์ | ค่า | อธิบาย |
-s "--src" | เส้นทาง | ป้อนเส้นทางไดเร็กทอรีก่อนการแปลง |
-o "--ออก" | เส้นทาง | เส้นทางไดเร็กทอรีเอาต์พุตที่แปลงแล้ว |
-t "--เป้าหมาย" | ไง ของฉัน | ป้อนประเภทแอปเพล็ตของไดเร็กทอรี "ปัจจุบันรองรับเฉพาะ wx, my" |
-e "-คาดหวัง" | ไง ของฉัน | ประเภทแอปเพล็ตของไดเร็กทอรีเอาต์พุต "ปัจจุบันรองรับเฉพาะ wx, my" |
-5 「–es5」 | จริงเท็จ | เมื่อเจอกับไวยากรณ์ es6 คุณควรแปลงเป็น es5 หรือไม่? |
-f "--ตัวกรอง" | เชือก | กรองคำหลัก กรองคำหลักที่เกี่ยวข้องในเส้นทางไฟล์ และกรอง "node_modules, .tea, .idea" ตามค่าเริ่มต้น |
สาธิต
# -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
# init
yarn install
# build
./node_modules/gulp/bin/gulp.js
# npm
npm run test
# yarn
yarn test
วีแชท
อาลีเพย์
ทดสอบ
Copyright (C) 2019 CaMnter [email protected]
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.