pkg 0.0.3 pkg: ^0.0.3 copied to clipboard
Enhanced pub package commands to manage your dependencies.
#
Enhanced pub package commands.
- Add latest resolvable package
- Remove dependency
- View package info
- Improved conflict resolution (soon)
- View unused dependencies (soon)
Installation #
pub activate global pkg
Usage #
Add #
Easily add packages to your pubspec. By default pkg will try to resolve
to the latest compatible
version of the package to add to your project.
pkg add <package>
Remove #
Will remove the package from your pubspec.
pkg remove <package>
View #
Display information about a package
pkg view <package>