0.0.10 • Published 3 years ago

@goatlab/dependency-check v0.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Dependency Checker

Analyze NPM and JAVA dependencies that your project depends on. Quickly view a list of open issues and aggregated data for each open-source package.

Check this link for more information on how packages are analyzed.

Installation

You can either install it globally

npm install -g @naturalcycles/dependency-check

or as one of your dev dependencies.

npm install --save-dev @naturalcycles/dependency-check

Running the checker

As dependency checker queries multiple Github sources, set your own github token while/before running it.

GITHUB_TOKEN=<my-github-token> nc-depcheck

Development

Clone this repo to your workspace

git clone https://github.com/NaturalCycles/dependency-check.git

install dependencies

npm install

link this package to be able to use it globally.

npm link

And finally build it in watch mode

npm run watch