An open API service indexing awesome lists of open source software.

https://github.com/sh4869/pbsm

A pubspec maintenance tool
https://github.com/sh4869/pbsm

dart pubspec pubspec-maintenance

Last synced: 3 months ago
JSON representation

A pubspec maintenance tool

Awesome Lists containing this project

README

          

# pbsm

[![pub package](https://img.shields.io/pub/v/pbsm.svg)](https://pub.dartlang.org/packages/pbsm) [![Build Status](https://travis-ci.org/sh4869/pbsm.svg?branch=master)](https://travis-ci.org/sh4869/pbsm)

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