page-splitter
v0.0.3
Published
A simple splitter to split inline stylesheet and javascript from html.
Downloads
3
Readme
page-splitter
A simple splitter to split inline stylesheet and javascript from html.
下载
$ npm install html-splitter
测试
$ node test.js
将 test/index.html
的内容拆分成同级的 index.html
、index.css
、index.js
。