UNPKG

cacheman

Version:

Small and efficient cache provider for Node.JS with In-memory, Redis and MongoDB engines

19 lines (14 loc) 259 B
BABEL = ./node_modules/.bin/babel all: node node: lib @mkdir -p node/ $(BABEL) lib -d node clean: rm -rf node/ test: @./node_modules/.bin/mocha \ --require babel-core/register \ --reporter spec \ --recursive \ test .PHONY: all clean test node