UNPKG

base-config-schema

Version:

Schema for the base-config plugin, used for normalizing config values before passing them to config.process().

8 lines (5 loc) 138 B
'use strict'; var generators = require('./generators'); module.exports = function(app, options) { return generators(app, options); };