/gopubup

Command-line tool that searches for new dependencies in a pubspec.yaml.

Primary LanguageGo

gopubup

A simple command-line tool written in Go that searches for new dependencies in a pubspec.yaml.

The pubspec.yaml file is not updated automatically, changes are only logged to the console.

Usage

gopubup <path_to_yaml>

Sample Output

protobuf: 0.13.12
    new version: 0.13.15
    changelog: https://pub.dev/packages/protobuf#-changelog-tab-

flutter_bloc: 0.19.0
    new version: 0.20.0
    changelog: https://pub.dev/packages/flutter_bloc#-changelog-tab-