latest-stable-version
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

latest-stable-version

CI Badge NPM Badge

Utility function to get the latest cleaned stable SemVer version from GitHub releases.

Installation

Install latest-stable-version through npm:

$ npm install latest-stable-version

Usage

import latestStableVersion from "latest-stable-version";

const promise: Promise<string> = latestStableVersion({
  owner: "<owner>",
  repo: "<repo>",
});

License

This package is available as open source under the terms of the MIT License.

Package Sidebar

Install

npm i latest-stable-version

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

7.56 kB

Total Files

5

Last publish

Collaborators

  • seancroach