MartinNiederl / gopubup

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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-

About

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


Languages

Language:Go 100.0%