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

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

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.