config-compiler

0.0.2 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i config-compiler

Weekly Downloads

1

Version

0.0.2

License

ISC

Unpacked Size

10.3 kB

Total Files

5

Last publish

Collaborators

  • samuray