express-zip
Version:
stream multiple files to the browser as a single zip, in pure node.
14 lines (10 loc) • 291 B
Plain Text
build:
@npm install
@cd test/express-factory/2; npm install --loglevel error
@cd test/express-factory/3; npm install --loglevel error
@cd test/express-factory/4; npm install --loglevel error
test:
@./node_modules/mocha/bin/mocha
publish: test
npm publish
.PHONY: build test publish