is-public
v1.1.0
Published
Check if a repo is public
Downloads
79
Readme
usage
From the CLI:
npx is-public siddharthkp/bundlesize
or
npm install is-public -g
is-public siddharthkp/bundlesize
In your application:
const isPublic = require('is-public')
isPublic('siddharthkp/bundlesize')
.then(public => console.log(public))
.catch(error => console.log(error))
}
like it?
:star: this repo
license
MIT © siddharthkp