UNPKG

license-check

Version:

Npm module to check the presence of a specific header in all the files of a project. The plugin give to you a log of all the files where the header is missing. Never miss again a license header in a file.

7 lines (6 loc) 179 B
language: node_js node_js: - '5' script: npm run coverage # Send coverage data to Coveralls after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"