static-collection-creater
v1.0.4
Published
```npm install static-collection-creater --save```
Downloads
2
Readme
安装
npm install static-collection-creater --save
使用
csc --source ./index.html --target ./test.html --title 测试页
option
source
待提取标签的源html文件路径
target
生成的静态资源加载监测文件目录
title
生成的静态资源加载监测html的title
说明
static-collection-creater
用于根据一个源html 生成一个 用于监测这个源html的静态资源加载(stylesheet、JavaScript)的html
使用commander
制作命令行工具
使用jsdom
解析html文件