metalsmith link checker:一个Metalsmith插件用于检查断开的链接 源码
金属匠链接检查器 一个Metalsmith插件,用于检查断开的链接。 安装 npm install --save metalsmith-link-checker JavaScript用法 如果任何链接断开,此插件将导致构建错误: const Metalsmith = require ( 'metalsmith' ) ; const linkChecker = require ( 'metalsmith-link-checker' ) ; Metalsmith ( __dirname ) . use ( linkChecker ( { // options here } ) ) . build ( ( err ) => { if ( err ) { throw err ; } } )
文件列表
metalsmith-link-checker-main.zip
(预估有个19文件)
metalsmith-link-checker-main
.circleci
config.yml
2KB
.gitignore
1KB
README.md
3KB
CHANGELOG.md
126B
LICENSE
34KB
.eslintrc
381B
package.json
1KB
renovate.json
565B
暂无评论