applets conversion cli
1.0.0
La mini herramienta de conversión de programas admite escenarios de conversión comunes, como xml, js y css. Actualmente, sólo se admiten "WeChat" y "Alipay"
# npm
npm install applets-conversion-tool -g
# yarn
yarn add applets-conversion-tool global
parámetro
parámetro | valor | describir |
-s "--fuente" | camino | Ingrese la ruta del directorio antes de la conversión |
-o "--fuera" | camino | Ruta del directorio de salida convertida |
-t "--objetivo" | wx, mi | Ingrese el tipo de subprograma del directorio "Actualmente solo admite wx, my" |
-e "-esperar" | wx, mi | El tipo de subprograma del directorio de salida "actualmente solo admite wx, my" |
-5 「–es5」 | verdadero, falso | Cuando encuentre alguna sintaxis de es6, ¿debería convertirla a es5? |
-f "--filtro" | cadena | Filtre palabras clave, filtre las palabras clave correspondientes en la ruta del archivo y filtre "node_modules, .tea, .idea" de forma predeterminada |
Manifestación
# -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
chatear
alipay
Prueba
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.