config-compiler
v0.0.2
Published
Create configuration json from json schema.
Downloads
8
Readme
Config-creator
Create configuration json from json schema.
Example
const config = require('./config');
const schema = require('./schema');
const config_creator = require('config-compiler');
const result_config = config_creator.parse(config, schema);
Creator.parse(config:Object, schema:Object) → Object
Synchronously create json from schema.