Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nwalters512/yarn-duplicates
Detect duplicate dependencies in a Yarn project
https://github.com/nwalters512/yarn-duplicates
Last synced: 3 days ago
JSON representation
Detect duplicate dependencies in a Yarn project
- Host: GitHub
- URL: https://github.com/nwalters512/yarn-duplicates
- Owner: nwalters512
- License: mit
- Created: 2023-10-26T18:15:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-26T18:57:23.000Z (about 1 year ago)
- Last Synced: 2024-10-10T03:10:51.666Z (27 days ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yarn-duplicates
Detect duplicate dependencies in a Yarn project.
## Usage
Clone the repository and run `yarn install`. The, run the script on the directory of your choice:
```sh
node index.mjs /path/to/yarn/project
```