Sign in Sign up
npm

@mohism/config

- 配置文件使用 `json` 格式 - 配置字段全使用驼峰格式 - 定义了全局配置文件 `global.json` - 运行时配置文件 `local.json`,`production.json` ... 或其他 `{NODE_ENV}.json` - 运行时配置文件 **深层合并** 到 `global.json` - 还能通过环境变量来注入配置 `config_app_appId=1000` 注入到 `config.app.appId`, 依旧是驼峰格式,**下划线代替"."**

Latest release
Feb 22, 2021
Releases
7
Known CVEs
0
First release
Oct 14, 2020
License
ISC
View on Npm
Insights

Activity

Total releases
7
Last 12 months
0
Cadence
~daily
Dependencies
2

Releases per month

last 12 months

Release mix

  • minor 2
  • patch 4
7 releases
Dependencies

Depends on

0.2.3

Used by

1
Releases
Version Released
0.2.3 patch
0.2.2 patch
0.2.1 patch
0.2.0 minor
0.1.0 minor
0.0.3 patch
0.0.2 initial