/pub_util.dart

Utility to manage globally installed packages

Primary LanguageDartBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

pub_util Build Status Build status on windows

pub_util is a utility that can help list and update globally installed outdated Dart packages.

The hope is that this functionality will eventually be available in the standard pub global command.

Installation

pub global activate pub_util

Usage

pub_util can list all and outdated packages and update outdated packages.

  1. List all globally installed packages
pub_util -l
  1. List all outdated global packages
pub_util -o
  1. Update all outdated global packages
pub_util -u

Bugs, Fixes, Enhancements

All feedback, PRs and bug reports are welcome.