UNPKG
box-view-cli
Version:
annotations (0.8.0-annotations)
latest (0.10.0)
0.10.0
0.9.0
0.8.1
0.8.0
0.8.0-annotations
0.7.0
0.7.0-annotations
0.6.1
0.6.0
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
0.0.2
0.0.1
0.0.0
A CLI for Box View API
github.com/lakenen/box-view-cli
lakenen/box-view-cli
box-view-cli
/
lib
/
debug.js
8 lines
(6 loc)
•
208 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
var
util =
require
(
'util'
);
module
.
exports
=
function
debug
(
) {
if
(
/box-view-cli/
.
test
(process.
env
.
NODE_DEBUG
)) {
console
.
error
(
'BOX VIEW CLI: %s'
, util.
format
.
apply
(util,
arguments
)); } };