基本读取配置 源码
基本读取配置 从获取的路径和默认配置加载配置文件json。 默认获取./config.json 如果不存在没问题 您可以使用默认配置对象 如果配置json文件存在,它们会覆盖值 使用 在这里,如果用户传递args -c path_of_file,那么basic-read-config模块将获取path的配置json文件 示例:node app.js -c C:/folder/myjson.json var config = require("basic-read-config") ; var myConfig = config({ a:1, b:2 });//pass default co
文件列表
basic-read-config-master.zip
(预估有个5文件)
basic-read-config-master
example
example.js
108B
example.json
60B
index.js
552B
readme.md
562B
package.json
355B
暂无评论