文件名称:config:我的node.js配置模块
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-18 06:30:10
JavaScript
## giffo-config 我的node.js config方法是一个小的模块,它读取文件并提供一个不错的对象。 在Java时代处理了xml配置文件的烦恼之后,我希望使用窗口样式key = value的旧样式,基于json的配置文件对我来说不行。 配置文件可能如下所示: # a nice comment // another comment, ever statement on it's own line. session.expire = 45 session.redis.password = "a string password" session.redis.host = "392.329329.32.323"; superduper = "awesome" test.array = hello, this, is a ,test, of, an , array test.
【文件预览】:
config-master
----config.js(3KB)
----package.json(381B)
----readme.md(2KB)
----tests()
--------config-test.js(1KB)
--------config-test-file.conf(575B)
----LICENSE(1KB)