文件名称:metalsmith-raw:Metalsmith插件可在模板中包含原始文件内容
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-19 16:30:41
JavaScript
金属史密斯原 Metalsmith插件可在模板中包含原始文件内容。 路径相对于metalsmith的“源”目录。 用法 安装 npm install metalsmith-raw 原料药 var raw = require ( 'metalsmith-raw' ) ; metalsmith . use ( raw ( ) ) ; CLI(metalsmith.json) { "plugins" : { "metalsmith-raw": true } } 例子 index.jade - -- source : 'myfile.txt' - -- p !{ raw (source)} 执照 阿帕奇2.0
【文件预览】:
metalsmith-raw-master
----LICENSE(11KB)
----README.md(496B)
----.gitignore(526B)
----index.js(299B)
----package.json(637B)