0.1.1 • Published 6 years ago

bitbucket-repo-exists v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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
0.1.1

6 years ago

0.1.0

6 years ago