Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/timneutkens/bitbucket-open

Easily open bitbucket.org for your current project
https://github.com/timneutkens/bitbucket-open

Last synced: 21 days ago
JSON representation

Easily open bitbucket.org for your current project

Awesome Lists containing this project

README

        

# Bitbucket Open

Easily open bitbucket.org for your current project

## Installation

```
npm install -g bitbucket-open
```

## Usage

The bitbucket url will be derived from the git remote url.

Open project in bitbucket:

```
bb
```

Open pipelines for project

```
bb pipelines
```

Open pull requests for project

```
bb pr
```