Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 164 Bytes

exist.md

File metadata and controls

16 lines (11 loc) · 164 Bytes

exist Handler

如果文件不存在则创建文件,存在则不渲染

示例

[
  {
    "path": "src/index.js"
    "handlers": ["exist"]
  }
]