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

Dart 1 only

A pubspec maintenance tool.

pbsm #

pub package Build Status

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