文件名称:helper-yaml:用于从字符串解析 YAML 的模板助手
文件大小:29KB
文件格式:ZIP
更新时间:2024-06-26 10:49:23
JavaScript
助手-yaml 用于从字符串解析 YAML 的模板助手。 安装 使用安装 npm i helper-yaml --save 用法 var yaml = require ( 'helper-yaml' ) ; 与 [车把] 一起使用 var handlebars = require ( 'handlebars' ) ; handlebars . registerHelper ( 'yaml' , yaml . sync ) ; handlebars . compile ( '{{{yaml "name: Halle\nage: 4\n"}}}' ) ( ) ; //=> {first: 'Halle', age: 4} 与 var yaml = require ( 'helper-yaml' ) ; var Template = require ( 'template' ) ;
【文件预览】:
helper-yaml-master
----js-yaml.js(99KB)
----.jshintrc(282B)
----.gitattributes(128B)
----example.js(1KB)
----.verb.md(876B)
----test.js(4KB)
----.travis.yml(151B)
----LICENSE(1KB)
----README.md(3KB)
----.editorconfig(415B)
----.gitignore(145B)
----index.js(1KB)
----package.json(1KB)