UNPKG

emerald-templates

Version:

Intelligent Template Generation & Project Management

14 lines (11 loc) 286 B
const chalk = require('chalk') const { version } = require('../../package.json') function printVersion() { console.log( chalk.green('Emerald Templates ' + chalk.bold('v' + version)) + chalk.cyan(' by L1lith') ) } module.exports = { handler: printVersion, aliases: ['v'] }