UNPKG

unjar-from-url

Version:

Downloads JAR files from urls and unzipps them right away from your package.json Edit

13 lines (9 loc) 206 B
language: node_js node_js: - stable install: - npm install script: - npm test # Send coverage data to Coveralls after_script: "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"