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
- Host: GitHub
- URL: https://github.com/pfgray/actual-deps
- Owner: pfgray
- Created: 2023-12-21T21:42:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-28T01:22:23.000Z (3 months ago)
- Last Synced: 2025-02-28T09:34:40.758Z (3 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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"
```