onebeyond/generator-systemic

View on GitHub
generators/app/templates/lib/components/config/index.js

Summary

Maintainability
A
0 mins
Test Coverage
const System = require('systemic');
const confabulous = require('./confabulous');

module.exports = new System({ name: 'config' }).add('config', confabulous(), { scoped: true });