1. 首页
  2. 数据库
  3. 其它
  4. metalsmith link checker:一个Metalsmith插件用于检查断开的链接 源码

metalsmith link checker:一个Metalsmith插件用于检查断开的链接 源码

上传者: 2021-04-25 12:39:18上传 ZIP文件 93.71KB 热度 8次
金属匠链接检查器 一个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 ; } } )
下载地址
用户评论