https://github.com/gera2ld/appx-scanner
https://github.com/gera2ld/appx-scanner
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gera2ld/appx-scanner
- Owner: gera2ld
- Created: 2020-07-22T10:13:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-13T03:35:24.000Z (over 5 years ago)
- Last Synced: 2025-01-15T05:52:53.829Z (over 1 year ago)
- Language: TypeScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# appx-scanner
快速扫描支付宝小程序项目,排查低级错误。
本项目旨在解决官方工具报错不清晰、甚至没有报错导致浪费大量时间来调试的问题。
## 特性
可以扫描以下异常:
- 未定义的组件
- 组件路径和结构异常
- XML语法错误
- XML中的括号异常
## 用法
先安装 [Deno](https://deno.land/)。
然后执行:
```sh
$ deno run --unstable -A https://raw.githubusercontent.com/gera2ld/appx-scanner/master/main.ts project
```
注:`project` 是 `app.json` 所在的目录。