UNPKG
data-cli
Version:
latest (0.10.1)
0.10.1
0.10.0
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.13
0.8.12
0.8.9
0.8.7
0.8.6
0.8.5
0.8.4
0.8.2
0.7.14
0.7.9
0.7.8
0.7.6
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.7
0.6.5
CLI for working with data packages
datahub.io/docs
datahq/data-cli
data-cli
/
lib
/
utils
/
output
/
info.js
7 lines
(5 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
chalk =
require
(
'chalk'
)
// Prints an informational message
module
.
exports
=
msg
=>
{
console
.
log
(
`
${chalk.gray(
'>'
)}
${msg}
`
) }