https://github.com/zigzter/break-check
Check for breaking changes in project dependencies by comparing installed versions to the latest available versions
https://github.com/zigzter/break-check
breaking-changes cli-app cobra golang
Last synced: 3 months ago
JSON representation
Check for breaking changes in project dependencies by comparing installed versions to the latest available versions
- Host: GitHub
- URL: https://github.com/zigzter/break-check
- Owner: zigzter
- Created: 2024-09-06T03:55:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-07T20:51:18.000Z (over 1 year ago)
- Last Synced: 2024-11-19T09:59:58.114Z (over 1 year ago)
- Topics: breaking-changes, cli-app, cobra, golang
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Break Check
Very early on in development, check back later!
## Piping Input
Use `xargs` to pipe a list of package names to check, for example: `jq -r '.dependencies | keys[]' package.json | xargs bc run`