https://github.com/yss/webdetect
web完整性检测。
https://github.com/yss/webdetect
Last synced: 3 months ago
JSON representation
web完整性检测。
- Host: GitHub
- URL: https://github.com/yss/webdetect
- Owner: yss
- Created: 2014-05-20T08:26:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-26T00:23:08.000Z (about 11 years ago)
- Last Synced: 2025-01-17T06:07:51.505Z (5 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web-detect
web完整性检测。
## run
`npm run-script detect`
## scripts
遍历执行当前目录下的js文件,并传递`WebDetect`。
具体请参考里面的例子。
## 需求文档
<./PLAN.md>