bitbucket-repo-exists

0.1.1 • Public • Published

bitbucket-repo-exists

A tiny promise based library to check if a Bitbucket repository exists.

Usage

const repoExists = require('bitbucket-repo-exists');
repoExists('molnarmark/webtown-go').then(result => console.log(result));
//=> true
 
repoExists('molnarmark/does-not-exist').then(result => console.log(result));
//=> false

License

  • MIT

Readme

Keywords

none

Package Sidebar

Install

npm i bitbucket-repo-exists

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

2.67 kB

Total Files

5

Last publish

Collaborators

  • molnarmark