1.0.4 • Published 7 years ago

yarnbb v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

yarnbb

A simple utility for installing dependencies from bitbucket repo.

npm has somewhat easier syntax for installing from bitbucket repo like

$ npm install --save bitbucket:<user>/<package.git>#<tag>

Since I prefered using yarn, the url was a bit complicated.

$ yarn add git+ssh://bit@bitbucket.org/user/package.git#tag

I kept forgetting the syntax. So instead I wrote this simple shell script to install packages from bitbucket using the following syntax

$ yarnbb <username/organization> <package> <tag> --dev

Example:

$ yarnbb syaau private-repo v1.0.0

Installation

$ npm install -g yarnbb
or
$ yarn global add yarnbb

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago