github-enterprise-server-versions
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

github-enterprise-server-versions

Retrieve the GitHub Enterprise Server (GHES) versions

The list of past and current GitHub Enterprise Server versions can be found at https://docs.github.com/enterprise-server/admin/all-releases. This module makes this information accessible programmatically.

Usage

import { getCurrentVersions } from "github-enterprise-server-versions";

const versions = await getCurrentVersions();
// e.g. [ "2.22", "3", "3.1" ]

License

ISC

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.1
    17
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.1
    17
  • 2.0.0
    0
  • 1.1.1
    0
  • 1.1.0
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i github-enterprise-server-versions

Weekly Downloads

17

Version

2.0.1

License

ISC

Unpacked Size

7.26 kB

Total Files

9

Last publish

Collaborators

  • gr2m