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.
- Host: GitHub
- URL: https://github.com/djdeveloperr/deno_depchecker
- Owner: DjDeveloperr
- License: apache-2.0
- Created: 2022-02-19T13:22:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T15:21:17.000Z (over 3 years ago)
- Last Synced: 2025-02-10T11:33:40.596Z (8 months ago)
- Topics: checker, cli, deno, deps, typescript
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.rocksFeel free to contribute support for more registries!
## License
Apache-2.0 licensed.
Copyright 2022 © DjDeveloperr