UNPKG

node-lp

Version:

node-lp is an adapter to the unix lp(1) command allowing files to be subitted for printing or altering a pending job.

12 lines (9 loc) 186 B
test: @./node_modules/.bin/mocha \ -r should \ -R spec lint-changed: @jshint `git status --porcelain | sed -e "s/^...//g"` lint: @jshint lib test .PHONY: test lint lint-changed