https://github.com/gera2ld/js-scanner
Scan dependencies among packages
https://github.com/gera2ld/js-scanner
Last synced: 10 months ago
JSON representation
Scan dependencies among packages
- Host: GitHub
- URL: https://github.com/gera2ld/js-scanner
- Owner: gera2ld
- Created: 2020-09-25T14:45:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-13T03:35:49.000Z (over 5 years ago)
- Last Synced: 2025-10-08T15:49:50.017Z (10 months ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# js-scanner
Scan dependencies among JavaScript packages.
This is useful to get the topological relation graph of packages in a monorepo.
## Usage
Make sure [Deno](https://deno.land/) is properly installed.
Run the command below:
```sh
$ deno run --unstable -A https://raw.githubusercontent.com/gera2ld/js-scanner/master/main.ts
```
Note: `` is the directory containing the packages to be scanned.