UNPKG

emerald-templates

Version:

Intelligent Template Generation & Project Management

9 lines (6 loc) 287 B
const { inspect } = require('util') const loadGlobalConfig = require('../functions/loadGlobalConfig') async function printConfig() { console.log(inspect(await loadGlobalConfig())) } module.exports = { handler: printConfig, description: 'Prints the global emerald-templates config' }