https://github.com/vvscode/validate-deps
Validate peer dependencies for your packages
https://github.com/vvscode/validate-deps
Last synced: about 1 year ago
JSON representation
Validate peer dependencies for your packages
- Host: GitHub
- URL: https://github.com/vvscode/validate-deps
- Owner: vvscode
- Created: 2024-02-23T12:40:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T13:02:46.000Z (over 2 years ago)
- Last Synced: 2025-02-09T13:37:04.949Z (over 1 year ago)
- Language: TypeScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# validate-deps: Validate peer dependencies for your packages.
[](https://www.npmjs.com/package/validate-deps)
The problem: some package managers just warn you if peerDependencies are not met. The package is aimed to cover this moment in CI
### How to use
```
# To get help
npx validate-deps --help
# Typical usage to validate scope packages
npx validate-deps --matchesToValidateDeps "@my-scope/*"
```
To debug you can use `VALIDATE_PEERDEPS_LOG_LEVEL` environment variable (just set it to `debug` or `trace` and you'll see all the details).