Skip to content

๐Ÿ‘Š A Promise based library to check if a Bitbucket repo exists

License

Notifications You must be signed in to change notification settings

molnarmark/bitbucket-repo-exists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

Releases

No releases published

Packages

No packages published