node-hearth:愚蠢的简单json测试数据流生成器

时间:2024-07-28 16:44:44
【文件属性】:

文件名称:node-hearth:愚蠢的简单json测试数据流生成器

文件大小:8KB

文件格式:ZIP

更新时间:2024-07-28 16:44:44

JavaScript

炉 愚蠢的简单json测试数据流生成器 安装 npm i -g hearth 命令行使用 hearth myconfig.json | json -gai 图书馆使用 var i, config; config = { interval: 1, schema : [ { name : 'foo', type : 'int', min : 1, max : 10 } ] }; i = hearth.begin(config, function (m) { // m == { "foo" : 3 } // m == { "foo" : 1 } // m == { "foo" : 4 } // ... }); // ... when done hearth.end(i); 快速参考 { "na


【文件预览】:
node-hearth-master
----.gitignore(13B)
----README.MD(1KB)
----package.json(311B)
----cli.js(318B)
----lipsum.json(787B)
----test.js(437B)
----example-conf()
--------config7.json(339B)
--------config2.json(298B)
--------config4.json(438B)
--------config3.json(436B)
--------config8.json(1KB)
--------config12.json(533B)
--------config11.json(86B)
--------config10.json(705B)
--------config9.json(344B)
--------config1.json(207B)
--------config6.json(442B)
--------config5.json(345B)
----factory.js(2KB)

网友评论