Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.1 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.1 KB

depcheck-web

Build Status Depcheck

Post depcheck result to depcheck service and generate report and badge.

Usage

  1. Install depcheck and depcheck-web from npm.
  2. Add depcheck --json | depcheck-web to script section in your .travis.yml file.

Example

Check this project's .travis.yml file. It invokes the npm run depcheck-web command in script section.

Then, in package.json file, depcheck-web script is defined as depcheck --json | node ./bin/depcheck-web (self-check) command.

Known issues

  • Currently, only Travis CI builds from GitHub provider is supported.

License

MIT License.