Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

joachimdalen/github-org-exists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-org-exists

Check if a GitHub org name is taken.

Build Status

Installation

npm install @joachimdalen/github-org-exists

Usage

const githubOrgExists = require('@joachimdalen/github-org-exists');

(async () => {
	const res = await githubOrgExists('dalenapps');

	console.log(res);
	//=> true
})();

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

About

Check if a GitHub organization exists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published