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
- Host: GitHub
- URL: https://github.com/sh4869/pbsm
- Owner: sh4869
- License: mit
- Created: 2017-01-14T09:14:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-04T08:26:38.000Z (about 9 years ago)
- Last Synced: 2025-10-23T04:42:10.470Z (7 months ago)
- Topics: dart, pubspec, pubspec-maintenance
- Language: Dart
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# pbsm
[](https://pub.dartlang.org/packages/pbsm) [](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