Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doesdev/go-latest
Get latest GO version tag
https://github.com/doesdev/go-latest
Last synced: about 20 hours ago
JSON representation
Get latest GO version tag
- Host: GitHub
- URL: https://github.com/doesdev/go-latest
- Owner: doesdev
- License: mit
- Created: 2016-11-24T17:37:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-08T21:17:31.000Z (over 5 years ago)
- Last Synced: 2024-11-13T13:57:35.644Z (6 days ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-latest [![NPM version](https://badge.fury.io/js/go-latest.svg)](https://npmjs.org/package/go-latest) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard) [![Dependency Status](https://dependencyci.com/github/doesdev/go-latest/badge)](https://dependencyci.com/github/doesdev/go-latest)
> Get latest GO version tag
## local install
```sh
$ npm install --save go-latest
```## cli install
```sh
$ npm install --global go-latest
```## programmatic usage
```js
const goLatest = require('go-latest')
goLatest().then(console.log).catch(console.error)
```## cli usage
```sh
$ go-latest
# 1.7.3
```## License
MIT © [Andrew Carpenter](https://github.com/doesdev)