UNPKG

@jimpick/dat-next

Version:

Dat is the package manager for data. Easily share and version control data.

6 lines (4 loc) 115 B
var chalk = require('chalk') module.exports = function (version) { return `${chalk.green(`dat v${version}`)}` }