1.0.1 • Published 1 year ago

urlbitbucket-to-object v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

URLBitbucket-to-object

A node module that extracts useful properties like user and repo from various flavors of bitbucket URLs.

There's also a GitHub equivalent to this library: urlgithub-to-object.

Installation

npm install urlbitbucket-to-object --save

Usage

Pass whatever flavor of bitbucket URL you like:

var bb = require('urlbitbucket-to-object')

bb('example/business')
bb('bitbucket:example/business')
bb('https://bitbucket.org/example/business')
bb('https://bitbucket.org/example/business.git')
bb('http://bitbucket.org/example/business')
bb('git://bitbucket.org/example/business.git')

Here's what you'll get:

{
  user: 'example',
  repo: 'business',
  branch: 'master',
  https_url: 'https://bitbucket.org/example/business',
  tarball_url: 'https://bitbucket.org/example/business/get/master.tar.gz'
  travis_url: 'https://travis-ci.org/example/business',
}

The shorthand format lets you specify a branch:

  bb('example/business#nachos')
{
  user: 'example',
  repo: 'business',
  branch: 'nachos',
  https_url: 'https://bitbucket.org/example/business/tree/nachos',
  tarball_url: 'https://bitbucket.org/example/business/get/nachos.tar.gz'
  travis_url: 'https://travis-ci.org/example/business',
}

If you provide a non-bitbucket URL or a falsy value, you'll get null.

Test

npm install
npm test

License

MIT

takoland-clara-quitzontakoland-clarence-wehnertakoland-claude-caspertakoland-clay-welchtakoland-clint-legrostakoland-colin-abshiretakoland-crystal-cummeratatakoland-curtis-bauchtakoland-dale-klingtakoland-danielle-macejkovictakoland-danielle-wisozktakoland-darlene-reicherttakoland-daryl-krajciktakoland-daryl-medhursttakoland-denise-turnertakoland-ella-dibberttakoland-elsa-bartontakoland-elvira-schustertakoland-enrique-rohantakoland-eva-breitenbergtakoland-felicia-fadel-starktakoland-geneva-doyletakoland-gilberto-paucektakoland-gladys-coletakoland-gregg-altenwerthtakoland-guadalupe-daretakoland-guadalupe-dickenstakoland-gustavo-auertakoland-harriet-prosaccotakoland-harry-doyletakoland-hilda-feeneytakoland-horace-hansentakoland-hubert-schustertakoland-alex-crookstakoland-allen-binstakoland-alma-ryantakoland-andre-wolfftakoland-andrew-johnstontakoland-angel-padbergtakoland-anita-balistreritakoland-anita-kozeytakoland-anne-boscotamquam-adsidue-quisquam-sittakoland-maxine-hegmanntakoland-megan-reicheltakoland-melanie-monahantakoland-melba-westtakoland-michael-reicheltakoland-micheal-kohlertakoland-miss-deannatakoland-miss-mabletakoland-mr.-cliffordtakoland-mr.-jaimetakoland-mr.-jorgetakoland-mr.-leroytakoland-mr.-rudolphtakoland-mr.-shannontakoland-dexter-schaefertakoland-doreen-pacochatakoland-dorothy-manntakoland-dr.-charlottetakoland-dr.-emanueltakoland-dr.-ignaciotakoland-dr.-jodytakoland-dr.-leslietakoland-dr.-stewarttakoland-drew-rempeltakoland-dwayne-bartell-feesttakoland-earnest-senger-bashiriantakoland-edith-goodwintakoland-edith-luettgentakoland-eduardo-hanetakoland-eleanor-blandatakoland-mrs.-gwendolyntakoland-mrs.-lelatakoland-mrs.-oratakoland-mrs.-veratakoland-naomi-weissnattakoland-nelson-funktakoland-nicolas-grimestakoland-nora-wintheisertakoland-olga-markstakoland-olivia-hoppetakoland-opal-tremblaytakoland-orville-schuppetakoland-oscar-lesch-schummtakoland-otis-kochtakoland-owen-mosciskitakoland-pat-ricetakoland-paul-feiltakoland-philip-greentakoland-rachael-tromptakoland-anthony-faytakoland-anthony-schmidttakoland-arnold-harbertakoland-ashley-steuber-waltertakoland-austin-schaefertakoland-bernard-kosstakoland-beth-torphytakoland-bonnie-mckenzie
1.0.1

1 year ago

1.0.0

1 year ago