@bevry/github-orgs

JSON listing of all the Bevry managed GitHub organisations

Usage no npm install needed!

<script type="module">
  import bevryGithubOrgs from 'https://cdn.skypack.dev/@bevry/github-orgs';
</script>

README

@bevry/github-orgs

Status of the GitHub Workflow: bevry NPM version NPM downloads Dependency Status Dev Dependency Status
GitHub Sponsors donate button Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

JSON listing of all the Bevry managed GitHub organisations

Usage

Complete API Documentation.

import list, { is, isnt } from '@bevry/github-orgs'
console.log(list) // Array<string> listing
console.log(is('bevry'), is('google')) // true, false
console.log(isnt('bevry'), isnt('google')) // false, true
const list = require('@bevry/github-orgs').default
console.log(list)

JSON also available via @bevry/github-orgs/list.json

CDN access available via https://unpkg.com/@bevry/github-orgs/list.json

Install

npm

  • Install: npm install --save @bevry/github-orgs
  • Import: import pkg from ('@bevry/github-orgs')
  • Require: const pkg = require('@bevry/github-orgs').default

Skypack

<script type="module">
    import pkg from '//cdn.skypack.dev/@bevry/github-orgs@^1.4.0'
</script>

unpkg

<script type="module">
    import pkg from '//unpkg.com/@bevry/github-orgs@^1.4.0'
</script>

jspm

<script type="module">
    import pkg from '//dev.jspm.io/@bevry/github-orgs@1.4.0'
</script>

Editions

This package is published with the following editions:

  • @bevry/github-orgs/source/index.ts is TypeScript source code with Import for modules
  • @bevry/github-orgs/edition-browsers/index.js is TypeScript compiled against ES2020 for web browsers with Import for modules
  • @bevry/github-orgs aliases @bevry/github-orgs/edition-es5/index.js
  • @bevry/github-orgs/edition-es5/index.js is TypeScript compiled against ES5 for Node.js with Require for modules
  • @bevry/github-orgs/edition-es5-esm/index.js is TypeScript compiled against ES5 for Node.js with Import for modules

History

Discover the release history by heading on over to the HISTORY.md file.

Backers

Maintainers

These amazing people are maintaining this project:

Sponsors

No sponsors yet! Will you be the first?

GitHub Sponsors donate button Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

Contributors

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

License

Unless stated otherwise all works are:

and licensed under: