yamljs:Live Guys特定的YAML解析器

时间:2024-05-19 08:25:45
【文件属性】:

文件名称:yamljs:Live Guys特定的YAML解析器

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-19 08:25:45

JavaScript

yamljs 注意 该项目的已过期。 用户应改为切换注入的配置。 export YACC_INJECT=$(pyyacc3 config/app.yaml /etc/default/cluster.yaml -o -) ... run my program ... var config = yamljs.loadInjected(); 概述 用一些Livefyre特定类型扩展 。 用法 要将yaml编译为json: yamljs.js sample1.yaml sample2.yaml > config.json yamljs将采用任意数量的yaml文件并将其覆盖。 例如,给定两个文件: sample1.yaml环境env: dev sample2.yaml env: staging 那么生成的config.json是{"env": "staging"}


【文件预览】:
yamljs-master
----.gitignore(12B)
----README.md(698B)
----Jenkinsfile(16B)
----test()
--------fixtures()
--------util.js(525B)
--------index.js(630B)
----util.js(1KB)
----LICENSE(1KB)
----yamljs.js(208B)
----schema.js(987B)
----package.json(466B)
----index.js(1KB)

网友评论