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" | طريق | مسار دليل الإدخال قبل التحويل |
-أو "--خارج" | طريق | تحويل مسار دليل الإخراج |
-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.