is-github-team-repos-empty
Check if a GitHub team repository list is empty
Install
npm install --save is-github-team-repos-empty
Setup
Set up GITHUB_TOKEN
environment variable with your OAuth GitHub access token.
Usage
var isGithubTeamReposEmpty = ; ;
API
isGithubTeamReposEmpty(teamId)
Returns a promise that resolves to a boolean value of whether or not a GitHub team repository list is empty.
teamId
Type: string
The ID of the GitHub team.
License
MIT © Alejandro Beltrán