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

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

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`