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
/
watch.js
10 lines
(9 loc)
•
148 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= { tests: { files: [
'lib/**/*.js'
,
'test/**/*.coffee'
], tasks: [
'mocha'
], options: { atBegin:
true
} } };