tohagan / cli-config

NodeJS API to assist command line apps reading and merging config objects from: defaults.json, ./<app>.json, process.argv, custom config
Other
6 stars 1 forks source link

Add Validate of config objects read from: config file, command line, env var, app override #5

Open tohagan opened 10 years ago

tohagan commented 10 years ago

Need to design/implement a simple validation process based on the schema defined in defaults.config or perhaps another schema file. Needs to allow apps to use their own schema validation methods.

Ideas: