UNPKG

@choksheak/timecli

Version:

Prefix to a CLI command to print out the time taken.

11 lines (9 loc) 215 B
const colors = require("kleur/colors"); console.log( colors.dim("[test.js]"), "Test colored output:", colors.yellow("Yellow"), colors.cyan("Cyan"), colors.green("Green"), colors.red("Red") );