文件名称:lightkeeper:建立在Lighthouse之上的综合监控和分析工具
文件大小:86KB
文件格式:ZIP
更新时间:2024-03-16 23:45:12
TypeScript
守护者 在Lighthouse之上构建的综合监视和分析工具 安装 $ yarn add --global @nodaguti/lightkeeper 用法 收集指标 命令行界面 $ lightkeeper --url=https://example.com --device=<'mobile'|'desktop'> --config=/path/to/config.json Node.js API import { lightkeeper } from '@nodaguti/lightkeeper' ; const results = await lightkeeper ( { url , device , runs , aggregate , metricConfigs , lighthouseFlags , lighthouseConfig , } ) ;
【文件预览】:
lightkeeper-main
----config.example.json(731B)
----.github()
--------workflows()
----yarn.lock(191KB)
----src()
--------aggregation.ts(2KB)
--------index.ts(2KB)
--------metrics.ts(874B)
--------lighthouse_config.ts(1KB)
--------__tests__()
--------cli.ts(701B)
----tsconfig.json(186B)
----LICENSE(1KB)
----jest.config.js(114B)
----.prettierrc(52B)
----README.md(3KB)
----.gitignore(2KB)
----package.json(842B)