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、私 | ディレクトリのアプレット タイプを入力します「現在、wx、my のみをサポートしています」 |
-e "-期待" | wx、私 | 出力ディレクトリのアプレット タイプは「現在、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.