che:模板驱动的代码生成器

时间:2024-06-16 13:58:17
【文件属性】:

文件名称:che:模板驱动的代码生成器

文件大小:25KB

文件格式:ZIP

更新时间:2024-06-16 13:58:17

JavaScript

车 Che是Node.js的模板驱动代码生成器。 概要 che che.conf.js 描述 本质上,Che从模板生成代码,该模板填充有从JSON模式(或JS对象)读取的数据,并使用索引。 Che是与模板引擎无关的; 示例使用和。 示例che.conf.js const template = require('lodash.template') const helpers = require('template-helpers')('string') const compile = string => template(string, { imports: helpers }) const schema = { donaldDuck: { nephews: [ { name: 'huey', color: 'red'


【文件预览】:
che-master
----che.js(545B)
----example()
--------che.conf.js(595B)
--------index.jst(318B)
----LICENSE(747B)
----README.md(2KB)
----.gitignore(32B)
----package-lock.json(78KB)
----package.json(703B)

网友评论