0.0.4 • Published 4 years ago

config-creator v0.0.4

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

Config-creator

Create configuration file from json schema and environment variables.

Example

const config = require('./config');
const schema = require('./schema');
const config_creator = require('config-creator');

const result_config = config_creator.parse(config, schema);

Creator.parse(config:Object, schema:Object, prefix:str) → Object

Synchronously create json from schema.

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago