gpm-plugin-pub
Version:
gpm plugin for Dart project, run <pub get> after add repository
33 lines (21 loc) • 647 B
Markdown
# gpm-plugin-pub
[gpm](https://github.com/gpmer/gpm.js) plugin for Dart project, run <pub get> after add repository
## Installation
```bash
npm install gpm-plugin-pub -g
```
## Usage
```bash
gpm add https://github.com/axetroy/commander.dart.git -p pub
# or
gpm add https://github.com/axetroy/commander.dart.git --plugin pub
```
## Contribute
```bash
git clone https://github.com/gpmer/gpm-plugin-pub.git
cd ./gpm-plugin-pub
node ./index.js
```
You can flow [Contribute Guide](https://github.com/gpmer/gpm-plugin-pub/blob/master/contributing.md)
## License
The [MIT License](https://github.com/gpmer/gpm-plugin-pub/blob/master/LICENSE)