UNPKG
opted
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Stringify an object to command line options
github.com/tandrewnichols/opted
tandrewnichols/opted
opted
/
tasks
/
istanbul.js
14 lines
(13 loc)
•
214 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module
.
exports
= { unit: { options: { root:
'lib'
, dir:
'coverage'
, simple: { cmd:
'cover'
, args: [
'grunt'
,
'mocha'
], rawArgs: [
'--'
,
'--color'
] } } } };