pbsm 0.1.2 copy "pbsm: ^0.1.2" to clipboard
pbsm: ^0.1.2 copied to clipboard

outdatedDart 1 only

A pubspec maintenance tool.

pbsm #

pub package

A pubspec maintenance tool.

Install #

pub global activate pbsm

Commands #

init #

Inialize pubspec.yaml.

pbsm init # inialize pubspec.yaml in current directory
pbsm init target # inialize pubspec.yaml in target directory
pbsm init -y # inialize pubspec.yaml without prompt

install #

Install package and update pubspec.yaml.

pbsm install test # install test package from pub.dartlang.org
pbsm install --git git://github.com/dart-lang/test.git test # install package from git url

uninstall #

Uninstall package and update pubspec.yaml.

pbsm uninstall test 

LICENSE #

MIT

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A pubspec maintenance tool.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, prompt, pub_client, pub_semver, pubspec

More

Packages that depend on pbsm