UNPKG

merge-dirs

Version:

node module to synchronously and recursively merge files from one folder to another

16 lines (13 loc) 262 B
test: install @rm -rf test/c @NODE_ENV=test ./node_modules/.bin/mocha \ --reporter spec \ --timeout 300 \ --require should \ --growl \ --compilers js:babel-register \ test/test.js @rm -rf test/c install: npm install .PHONY: test