templojs:用于定义 JSON 数据模板的轻量级模块

时间:2024-07-16 00:13:07
【文件属性】:

文件名称:templojs:用于定义 JSON 数据模板的轻量级模块

文件大小:6KB

文件格式:ZIP

更新时间:2024-07-16 00:13:07

JavaScript

用于定义 JSON 数据模板的轻量级模块。 入门 安装模块: npm install templo var templo = require ( 'templo' ) , tpl = { id : { type : 'string' , required : true } , name : { type : 'string' , required : true } , avatar_url : { type : 'string' , default : null } , created_at : { type : 'string' , read_only : true , default : 'timestamp' } } ; templo . render ( tpl , {


【文件预览】:
templojs-master
----.jshintrc(209B)
----Gruntfile.js(1KB)
----lib()
--------templo.js(3KB)
----.travis.yml(82B)
----test()
--------templo.js(5KB)
----README.md(2KB)
----.gitignore(29B)
----package.json(987B)

网友评论