pubx 1.2.3
pubx: ^1.2.3 copied to clipboard
The missing pub commands. Search and view packages from pub.dev from the command line.
pubx #
The missing pub
commands.
Search and view pub.dev packages from the command line.
Installation & Usage #
pub global activate pubx
pubx search json
Commands #
add #
Alias: a
Adds the package to your pubspec.yaml
file.
pubx add {package-name}
Additional options:
dev
- add this as adev_dependencies
entrylock
- omits the^
symbol to lock to the latest version
search #
Aliases: se, s, find
Searches pub.dev.
pubx search {query}
view #
Aliases: info, show, v
Displays information about the specified package.
pubx view {package-name}