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 "-기대" | 으x, 내 | 출력 디렉터리의 애플릿 유형은 "현재 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.