arcee:简单的node.js配置
阿尔西简单的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.zip
预估大小:20个文件
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
21.18KB
文件大小:
评论区