文件名称:metalsmith-download:Metalsmith插件,可在本地下载文件
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-28 23:29:55
JavaScript
Metalsmith插件,可在本地下载文件 安装 $ npm install metalsmith - download 用法 命令行界面 { "plugins" : { "metalsmith-download" : { "url" : "http://site.com/file.md" , "file" : "/path/to/save/file.md" } } } JavaScript var MetalSmith = require ( 'metalsmith' ) ; var Download = require ( 'metalsmith-download' ) ; Metalsmith ( __dirname ) . use ( Download ( { url : 'http://site.com/file.md'
【文件预览】:
metalsmith-download-master
----lib()
--------index.js(621B)
----LICENSE(1KB)
----test()
--------index.js(2KB)
----README.md(666B)
----.gitignore(543B)
----package.json(691B)