UNPKG
enqueue
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
queue up function calls
github.com/MatthewMueller/enqueue
MatthewMueller/enqueue
enqueue
/
components
/
matthewmueller-better-batch@0.0.1
/
Makefile
10 lines
(7 loc)
•
135 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
test: @./node_modules/.bin/mocha \
--harmony-generators
\
--require
should \
--require
gnode \
--reporter
spec .PHONY: test