A convention for storing and retrieving application config. You supply a string (e.g. 'example-app'), the libary will walk up the directory tree merging config stored for this app. The following locations are searched, with the latter taking precedence:
example-app property..example-app.json files (or a custom filename you specify).Object ⏏Kind: Exported function
| Param | Type | Description |
|---|---|---|
| configName | string |
config name |
| [options] | object |
options |
| [options.startFrom] | string |
directory to begin looking for config |
| [options.filename] | string |
config filename (defaults to .${configName}.json) |
© 2014-17 Lloyd Brookes 75pound@gmail.com. Documented by jsdoc-to-markdown.