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

Readme

Keywords

none

Package Sidebar

Install

npm i github-enterprise-server-versions

Weekly Downloads

11

Version

2.0.1

License

ISC

Unpacked Size

7.26 kB

Total Files

9

Last publish

Collaborators

  • gr2m