UNPKG
dox
Version:
latest (1.0.0)
1.0.0
0.9.1
0.9.0
0.8.1
0.8.0
0.7.1
0.7.0
0.6.1
0.6.0
0.5.3
0.5.2
0.5.1
0.5.0
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.5
0.0.4
0.0.3
Markdown / JSdoc documentation generator
github.com/tj/dox
visionmedia/dox
dox
/
Makefile
12 lines
(8 loc)
•
164 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
TESTS = test/*.test.js REPORTER = dot
test:
@NODE_ENV=test ./node_modules/.bin/mocha \ --ui exports \ --reporter
$(REPORTER)
\
$(TESTS)
.PHONY
: test docs