Skip to content

depcheck/depcheck-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.