UNPKG
@choksheak/timecli
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Prefix to a CLI command to print out the time taken.
github.com/choksheak/timecli
choksheak/timecli
@choksheak/timecli
/
test.js
11 lines
(9 loc)
•
215 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
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"
) );