UNPKG
projex
Version:
latest (2.16.0)
2.16.0
2.15.0
2.14.0
2.13.0
2.12.0
2.11.0
2.10.0
2.9.0
2.8.0
2.7.0
2.6.2
2.6.1
2.6.0
2.5.2
2.5.1
2.5.0
2.4.0
2.3.0
2.2.1
2.2.0
2.1.0
2.0.0
1.44.4
1.44.3
1.44.2
1.44.1
1.44.0
1.43.1
1.43.0
1.42.0
1.41.1-0
1.41.0
1.40.0
1.39.0
1.38.0
1.37.0
1.35.1
1.35.0
1.34.0
1.33.0
1.32.0
1.31.0
1.30.1
1.30.0
1.29.6
1.29.5
1.29.4
1.29.3
1.29.2
1.29.1
1.29.0
1.28.0
1.27.3
1.27.2
1.27.1
1.27.0
1.26.0
1.25.0
1.24.1
1.24.0
1.23.0
1.22.1
1.22.0
1.21.0
1.20.0
1.19.0
1.18.0
1.17.0
1.16.0
1.15.0
1.14.1
1.14.0
1.13.0
1.12.0
1.11.0
1.10.0
1.8.7
1.8.5
1.8.4
1.8.3
1.0.1
1.0.0
A command line to manage the workflow
github.com/Maik3345/projex-toolbet
Maik3345/projex-toolbet
projex
/
dist
/
api
/
verbose.js
6 lines
(5 loc)
•
218 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
isVerbose
=
exports
.
VERBOSE
=
void
0
;
exports
.
VERBOSE
=
'--verbose'
;
exports
.
isVerbose
= process.
argv
.
indexOf
(
exports
.
VERBOSE
) >=
0
;