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

https://github.com/pfgray/actual-deps

A script that determines dependencies from a folder of source code
https://github.com/pfgray/actual-deps

Last synced: 2 months ago
JSON representation

A script that determines dependencies from a folder of source code

Awesome Lists containing this project

README

        

### Build with:

```
yarn install
yarn build
```

### Run with:

inside the folder you want to analyze:

```
node ./dist/actual-deps.js "./**/*.js" "./**/*.ts" "./**/*.tsx"
```