(function () { var options = {} process.argv.forEach(function (val, idx, arr) { var matches = val.match(/^dotenv_config_(.+)=(.+)/) if (matches) { options[matches[1]] = matches[2] } }) require('./lib/main').config(options) })()
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
lib | Folder | 0755 |
|
|
CHANGELOG.md | File | 2.96 KB | 0644 |
|
LICENSE | File | 1.26 KB | 0644 |
|
README.md | File | 9.38 KB | 0644 |
|
appveyor.yml | File | 257 B | 0644 |
|
config.js | File | 255 B | 0644 |
|
package.json | File | 1.76 KB | 0644 |
|