An open API service indexing awesome lists of open source software.

https://github.com/djdeveloperr/deno_depchecker

Analyze dependencies in your Deno project.
https://github.com/djdeveloperr/deno_depchecker

checker cli deno deps typescript

Last synced: 6 months ago
JSON representation

Analyze dependencies in your Deno project.

Awesome Lists containing this project

README

          

# deno_depchecker

Analyze dependencies in your Deno project.

WIP, but works.

Checks for outdated dependencies and optionally upgrades them.

## Install

```
deno install -Af --no-check --name depchecker insert-url-here
```

## Usage

```
depchecker ./path/to/module.ts [--fix]
```

## Registries

- https://deno.land (std and x)
- https://code.harmony.rocks

Feel free to contribute support for more registries!

## License

Apache-2.0 licensed.

Copyright 2022 © DjDeveloperr