[ ソース: node-rc ]
パッケージ: node-rc (1.2.8-1)
find, load, flatten json or ini application configuration
This Node.js module finds and loads configuration files in the usual places, loads them, and flatten them in that order:
- command line arguments (parsed by minimist) - environment variables prefixed with $appname_ - config file path given as `--config` argument - .rc in parents folders, in home, or /etc - .config/$appname or .config/$appname/config in home - /etc/$appname/configIt is also possible to set a custom command-line options parser or a custom configuration file parser.
Node.js is an event-based server-side JavaScript engine
その他の node-rc 関連パッケージ
|
|
|
|
-
- dep: node-deep-extend
- Recursive object extending
-
- dep: node-ini
- ini format parser and serializer for Node.js
-
- dep: node-minimist
- Argument options parsing for Node.js
-
- dep: node-strip-json-comments
- Node.js module to strip comments from JSON
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable