@naturalcycles/dependency-check
v1.5.3
Published
NPM and JAVA dependency analyser
Readme
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.
Running the checker
As dependency checker queries multiple Github sources, set your own github token while/before running it.
GITHUB_TOKEN=<my-github-token>Recommended to run with npx
GITHUB_TOKEN=<my-github-token> npx @naturalcycles/dependency-check
```
## Development
Clone this repo to your workspace
```bash
git clone https://github.com/NaturalCycles/dependency-check.gitadd dependencies
yarn addlink this package to be able to use it globally.
yarn linkAnd finally build it in watch mode
yarn run watch