ahm-config

时间:2024-03-27 01:39:37
【文件属性】:

文件名称:ahm-config

文件大小:107KB

文件格式:ZIP

更新时间:2024-03-27 01:39:37

JavaScript

ahm-config 配置管理模块。 它使用下的来管理配置文件和环境变量(作为单个系统)。 它旨在简化系统配置和配置管理。 它还提供了使用json模式进行配置验证和规范化的方法。 安装 $ npm i @ahmdigital/config 用法 const config = require ( '@ahmdigital/config' ) ; module . exports = config . make ( { path : ` ${ __dirname } /..` } ) ; 选项 config.make需要几个选项: default字符串-默认配置文件的路径(default dir/default.config.json )。 local字符串-本地配置文件的路径(默认为dir/local.config.json )。 normalise boolean-尝试标准化来自e


【文件预览】:
ahm-config-master
----codeship-steps.yml(376B)
----.eslintrc(31B)
----codeship-services.yml(139B)
----Dockerfile(415B)
----scripts()
--------release(380B)
----lib()
--------index.js(2KB)
--------schema.js(2KB)
----example()
--------app.js(332B)
--------config()
--------README.md(1007B)
----LICENSE(1KB)
----codeship-env.encrypted(5KB)
----test()
--------type-casting()
--------basic.test.js(2KB)
--------validate-keys.test.js(460B)
--------basic()
--------type-casting.test.js(1KB)
--------lo-local.test.js(404B)
--------bad-schema()
--------no-local()
--------__snapshots__()
--------bad-schema.test.js(799B)
----README.md(2KB)
----.gintrc(194B)
----.dockerIgnore(186B)
----.npmrc(50B)
----.gitignore(145B)
----package-lock.json(364KB)
----package.json(877B)
----.nvmrc(3B)

网友评论