{"id":15539385,"url":"https://github.com/greatwizard/get-github-tag","last_synced_at":"2026-05-04T03:33:42.882Z","repository":{"id":35001569,"uuid":"195431395","full_name":"GreatWizard/get-github-tag","owner":"GreatWizard","description":"Retrieve a github tag that can be used to reference the latest build for that keyword or version.","archived":false,"fork":false,"pushed_at":"2023-03-07T04:41:29.000Z","size":114,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-09T12:50:50.375Z","etag":null,"topics":["finder","github","tag"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GreatWizard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-05T15:28:21.000Z","updated_at":"2022-01-28T15:02:31.000Z","dependencies_parsed_at":"2024-12-08T17:15:46.790Z","dependency_job_id":null,"html_url":"https://github.com/GreatWizard/get-github-tag","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":0.2222222222222222,"last_synced_commit":"d02097a994628461dc75669337adeab01062632d"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreatWizard%2Fget-github-tag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreatWizard%2Fget-github-tag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreatWizard%2Fget-github-tag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreatWizard%2Fget-github-tag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GreatWizard","download_url":"https://codeload.github.com/GreatWizard/get-github-tag/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246114232,"owners_count":20725594,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["finder","github","tag"],"created_at":"2024-10-02T12:10:14.718Z","updated_at":"2026-05-04T03:33:42.836Z","avatar_url":"https://github.com/GreatWizard.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# get-github-tag\n\n[![CI](https://github.com/GreatWizard/get-github-tag/actions/workflows/ci.yml/badge.svg)](https://github.com/GreatWizard/get-github-tag/actions/workflows/ci.yml)\n\nRetrieve a github tag that can be used to reference the latest build for that keyword or version.\n\n## Usage\n\n### Command Line API\n\n```shell\nnpx get-github-tag emberjs data beta\n```\n\nWill print out:\n\n```shell\nThe git tag for the latest emberjs/data's beta is:\n\n\tv4.2.0-beta.0\n```\n\nIf you'd like to update `ember-data` in your `package.json` with the new tag, you can use the `--write` option:\n\n```shell\nnpx get-github-tag emberjs data beta --write ember-data\n```\n\n### Programmatic API\n\n```js\nconst getTagFor = require('get-github-tag');\n\ngetTagFor('emberjs', 'data', 'beta').then((tag) =\u003e {\n  // use the tag here\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreatwizard%2Fget-github-tag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreatwizard%2Fget-github-tag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreatwizard%2Fget-github-tag/lists"}