How to use the gemini-configparser.root function in gemini-configparser

To help you get started, we’ve selected a few gemini-configparser examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github gemini-testing / hermione / lib / config / options.js View on Github external
testsPerWorker: options.positiveIntegerOrInfinity('testsPerWorker'),

        diffColor: options.hexString('diffColor'),

        tempDir: options.string('tempDir'),

        parallelLimit: options.positiveIntegerOrInfinity('parallelLimit')
    }),

    plugins: options.anyObject(),

    sets: coreOptions.sets
}));

module.exports = configparser.root(rootSection, {envPrefix: ENV_PREFIX});

gemini-configparser

Config parser module for gemini

MIT
Latest version published 2 months ago

Package Health Score

63 / 100
Full package analysis

Similar packages