pub_util 0.0.3 copy "pub_util: ^0.0.3" to clipboard
pub_util: ^0.0.3 copied to clipboard

Dart 1 only

Utility to manage globally installed packages

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.

0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

Utility to manage globally installed packages

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

args, http

More

Packages that depend on pub_util