@mocks-server/config

Modular configuration provider for reading from files, environment, and arguments

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Modular configuration provider. Read it from file, environment and arguments

Commands

mocks-server-config

Examples

Load configuration from a JSON file$ mocks-server-config --config ./config.json
Override configuration with environment variables$ PORT=3000 mocks-server-config --config ./config.json
Load configuration and display merged settings$ mocks-server-config --config ./config.json --env production