UNPKG

keyword-extractor

Version:

Module for creating a keyword array from a string and excluding stop words.

13 lines (10 loc) 226 B
MOCHA_OPTS = --require should REPORTER = spec test: @./node_modules/.bin/mocha \ --reporter $(REPORTER) \ $(MOCHA_OPTS) test.ci: @npm install @./node_modules/.bin/mocha --reporter $(REPORTER) $(MOCHA_OPTS) .PHONY: test