UNPKG
dookie-tools
Version:
0.1.3 (0.1.3)
latest (0.1.3)
v0.1.3 (0.1.3)
0.1.3
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.3-b
0.0.3-a
0.0.2
0.0.1
A set of tools to use in your scripts. Fast and easy!
github.com/dookie23/dtools
dookie23/dtools
dookie-tools
/
Makefile
9 lines
(6 loc)
•
136 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
nyantest: ./node_modules/.bin/mocha --reporter nyan .PHONY: nyantest
test
: ./node_modules/.bin/mocha --reporter spec .PHONY:
test