metalsmith-if:Metalsmith建立工作流程的条件分支

时间:2024-05-31 13:32:19
【文件属性】:

文件名称:metalsmith-if:Metalsmith建立工作流程的条件分支

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-31 13:32:19

JavaScript

金属匠如果 一个Metalsmith插件,用于向您的构建过程添加条件步骤。 当与metalsmith-watch和metalsmith-serv配对以基于命令行标志跳过这些插件时或例如在非交互环境中时,这非常有用。 安装 $ npm install metalsmith-if --save 用法 将插件传递给Metalsmith#use : var msIf = require ( 'metalsmith-if' ) ; metalsmith . use ( msIf ( true , plugin ( ) // this plugin will run ) ) . use ( msIf ( false , plugin ( ) // this plugin will not ) ) ; 条件可以是任何真实或虚假陈述; 该插件将像在us


【文件预览】:
metalsmith-if-master
----.gitignore(31B)
----.eslintrc(1KB)
----package.json(762B)
----LICENSE.txt(1KB)
----README.md(1KB)
----lib()
--------index.js(343B)
----test()
--------index.js(1KB)
--------fixture()

网友评论