command
module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jan 8, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
get-latest
Get the latest repository version
Usage
from website
go to https://get-latest.secman.dev and enter your repository name.

use api
package main
import (
"github.com/scmn-dev/get-latest/api"
)
func main() {
latest := api.LatestWithArgs("railwayapp/cli", "")
// ☝ repo name ☝ github token
println(latest)
}
License
Apache-2.0 License - License
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.