Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/timneutkens/bitbucket-open
- Owner: timneutkens
- Created: 2017-09-22T07:24:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T06:33:49.000Z (over 7 years ago)
- Last Synced: 2024-12-10T13:52:30.803Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```