arcee:简单的 node.js 配置

时间:2024-07-27 13:34:25
【文件属性】:

文件名称:arcee:简单的 node.js 配置

文件大小:21KB

文件格式:ZIP

更新时间:2024-07-27 13:34:25

JavaScript

阿尔西 简单的 node.js 配置 Arcee 提供可变和不可变的配置存储,可以在模块和工作程序之间共享。 npm install arcee 用法 var config = require ( "arcee" ) // You can pass an object... config . set ( "app.webserver" , { port : 8000 , engine : "haml" } ) // ...or the location of a file config . set ( "app.db" , "config/db.yaml" ) // Get all config under the 'app' namespace config . get ( "app" ) // => {webserver: {...}, db: {...}} // Ge


【文件预览】:
arcee-master
----.travis.yml(48B)
----get.js(335B)
----handle-namespace.js(376B)
----index.js(259B)
----parse-config.js(1KB)
----package.json(686B)
----test()
--------get.js(1KB)
--------test.test(19B)
--------set.js(1017B)
--------test.toml(12B)
--------test.json(19B)
--------test.yml(10B)
----set.js(978B)
----LICENSE(34KB)
----CONTRIBUTING.md(321B)
----regexps.js(52B)
----.gitignore(12B)
----style-guide.md(3KB)
----README.md(4KB)
----.jshintrc(120B)

网友评论