UNPKG

clg

Version:

Command-line goodness for static site generators and more

6 lines (4 loc) 137 B
var chalk = require('chalk'); module.exports = function() { console.log('clg v' + chalk.gray(require('../package.json').version)); };