template-inspector:Ticsta 模板检查器

时间:2024-06-30 22:59:27
【文件属性】:

文件名称:template-inspector:Ticsta 模板检查器

文件大小:12KB

文件格式:ZIP

更新时间:2024-06-30 22:59:27

JavaScript

Ticsta 模板检查器 用于加载和验证 ticsta 模板的模块。 用法 var inspector = require('ticsta-template-inspector'); inspector.validate('/path/to/a/template') .then(function(templateInfo){ // valid template }) .catch(function(error){ // invalid template }); inspector.load('/path/to/a/template') .then(function(template){ // got template });


【文件预览】:
template-inspector-master
----.jshintrc(452B)
----.gitignore(49B)
----.jsbeautifyrc(127B)
----package.json(829B)
----.travis.yml(17B)
----index.js(188B)
----lib()
--------validator.js(201B)
--------utils.js(878B)
--------task.js(2KB)
--------tasks()
--------template_loader.js(7KB)
----readme.md(409B)
----.npmignore(95B)
----test()
--------test.js(2KB)

网友评论